faktory
Faktory is an open-source, cross-language background job processing system designed to manage asynchronous tasks and workflows. It centers on a server that coordinates job queuing and dispatches work to workers written in a variety of programming languages.
How it works: components include a Faktory server, language-specific clients for enqueuing jobs, and worker processes
Features: Faktory emphasizes language neutrality, offering official or community clients for languages such as Go, Python,
Architecture and persistence: The server uses a pluggable persistence and messaging backend, allowing different deployments to
Comparison and usage: Faktory sits in the same category as other task queues such as Celery, Sidekiq,