temporalio / temporalio/temporal
Workflow ID size check mismatch
Open
@jbreiding is already working on this.
Since Apr 1, 2022.
close-after-30-days
config
duplicate
- Dominant language
- Go
- Stars
- 23.2k
- Forks
- 1.9k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 228
Description
frontend / history business logic workflow ID check allow max size of 1000
https://github.com/temporalio/temporal/blob/v1.15.2/service/frontend/service.go#L155
but mysql / postgresql only allow 255
https://github.com/temporalio/temporal/blob/v1.15.2/schema/mysql/v57/temporal/schema.sql#L49
https://github.com/temporalio/temporal/blob/v1.15.2/schema/postgresql/v96/temporal/schema.sql#L49
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.