joblique
Joblique is a distributed job scheduling and workflow orchestration platform designed for cloud-native applications. It coordinates asynchronous tasks across multiple workers and services, enabling reliable background processing, dependency management, and observability. The system is designed to handle large volumes of tasks with fault tolerance and predictable execution.
The term Joblique is a portmanteau of "job" and "league," intended to convey a cooperative, multi-service ecosystem.
Key features include prioritized queues, cron-like scheduling, retry with configurable backoff, rate limiting, and support for
Architecture consists of a central scheduler, a message broker, a pool of workers, and an API/UI layer.
History and usage: Joblique originated in an open-source community in the early 2020s and reached a stable
See also: Job queue, Task scheduler, Celery, Sidekiq, Apache Airflow, Kubernetes CronJobs.