bed3789c31
Fix slow fair queue processing by removing spurious cooloff on concurrency blocks and fixing a race condition where retry attempt counts were not atomically updated during message re-queue. Removed cooloff entirely from the batch queue
6 lines
235 B
Markdown
6 lines
235 B
Markdown
---
|
|
"@trigger.dev/redis-worker": patch
|
|
---
|
|
|
|
Fix slow batch queue processing by removing spurious cooloff on concurrency blocks and fixing a race condition where retry attempt counts were not atomically updated during message re-queue.
|