Commit c4c5362
committed
fix(sdk): restrict concurrency limit names to a queue-safe charset
Names are 1-122 characters of letters, numbers, underscores and
hyphens, checked by the factory, task declarations and trigger
options alike, so distinct names always stay distinct after queue
name sanitization.1 parent 53ae73a commit c4c5362
1 file changed
Lines changed: 5 additions & 2 deletions
File tree
- packages/trigger-sdk/src/v3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
233 | 236 | | |
234 | 237 | | |
235 | 238 | | |
| |||
259 | 262 | | |
260 | 263 | | |
261 | 264 | | |
262 | | - | |
| 265 | + | |
263 | 266 | | |
264 | | - | |
| 267 | + | |
265 | 268 | | |
266 | 269 | | |
267 | 270 | | |
| |||
0 commit comments