Commit 6215b13
authored
fix: shard Dispatcher DO per session instead of global singleton (#83)
* fix: shard Dispatcher DO per session instead of global singleton
* fix: use random UUID fallback for missing sessionId, soften locality comment
* worker: pass sessionId as query param on dispatcher DO upgrade
* worker: rename dispatcher URL query param sessionId -> meetingId to dodge CF auto-redaction
* worker: drop dispatcher URL session identifier (redacted by CF; DO reads ctx.id.name instead)1 parent 6d7bada commit 6215b13
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| 232 | + | |
232 | 233 | | |
233 | 234 | | |
234 | 235 | | |
235 | | - | |
| 236 | + | |
236 | 237 | | |
237 | 238 | | |
238 | 239 | | |
| |||
291 | 292 | | |
292 | 293 | | |
293 | 294 | | |
294 | | - | |
| 295 | + | |
295 | 296 | | |
296 | 297 | | |
297 | 298 | | |
| |||
511 | 512 | | |
512 | 513 | | |
513 | 514 | | |
514 | | - | |
| 515 | + | |
515 | 516 | | |
516 | 517 | | |
517 | 518 | | |
| |||
0 commit comments