Skip to content

Add Redis-backed distributed job engine (sanic/jobs)#3160

Closed
ravikaransingh wants to merge 1 commit into
sanic-org:mainfrom
ravikaransingh:feature/sanic-jobs
Closed

Add Redis-backed distributed job engine (sanic/jobs)#3160
ravikaransingh wants to merge 1 commit into
sanic-org:mainfrom
ravikaransingh:feature/sanic-jobs

Conversation

@ravikaransingh

Copy link
Copy Markdown

Implement a standalone, Sidekiq-inspired background job processing framework with decoupled producer/consumer architecture, bounded concurrency via asyncio.BoundedSemaphore, TTL-based worker heartbeats, atomic BRPOP delivery, graceful SIGINT/SIGTERM shutdown, and a CLI monitoring tool that outputs structured JSON telemetry.

Implement a standalone, Sidekiq-inspired background job processing
framework with decoupled producer/consumer architecture, bounded
concurrency via asyncio.BoundedSemaphore, TTL-based worker heartbeats,
atomic BRPOP delivery, graceful SIGINT/SIGTERM shutdown, and a CLI
monitoring tool that outputs structured JSON telemetry.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@ravikaransingh ravikaransingh requested review from a team as code owners May 19, 2026 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant