Activity
Bump github.com/redis/go-redis/v9 from 9.7.1 to 9.7.3
Bump github.com/redis/go-redis/v9 from 9.7.1 to 9.7.3
4 days ago
Fix potential panics caused by an invalid regexp by returning an error (
Fix potential panics caused by an invalid regexp by returning an error (
Pull request merge
Fix potential panics caused by an invalid regexp by returning an error
Fix potential panics caused by an invalid regexp by returning an error
pool: fix job payload cleanup during shutdown
pool: fix job payload cleanup during shutdown
Fix deadlock from blocked ichan notifications
Fix deadlock from blocked ichan notifications
Properly delete stale workers with requeued jobs
Properly delete stale workers with requeued jobs
pool: simplify job requeuing logic
pool: simplify job requeuing logic
pool: Add periodic cleanup of stale pending jobs
pool: Add periodic cleanup of stale pending jobs
pool: refactor worker cleanup logic
pool: refactor worker cleanup logic
Add event ID to requeue log entries
Add event ID to requeue log entries
streaming: cleanup stale consumers during sink initialization
streaming: cleanup stale consumers during sink initialization
Add proper options to missed node stream add call
Add proper options to missed node stream add call
Prevent re-creation of worker streams
Prevent re-creation of worker streams
Prevent streams from being recreated after destroy
Prevent streams from being recreated after destroy
pool: improve worker cleanup and job requeuing reliability
pool: improve worker cleanup and job requeuing reliability
refactor(pool): Ensure eventual consistency of job assignments
refactor(pool): Ensure eventual consistency of job assignments
fix(pool): prevent worker leaks from context cancellation
fix(pool): prevent worker leaks from context cancellation
Properly ack stale event to avoid re-publish
Properly ack stale event to avoid re-publish
Merge branch 'feature/optimize_streams_cache' into fix/worker_streams…
Merge branch 'feature/optimize_streams_cache' into fix/worker_streams…
Protect rmap.SetAndWait against corner cases
Protect rmap.SetAndWait against corner cases