What is Hatchet?
Hatchet is an open-source platform for running background jobs, task queues, and durable workflows at scale. It provides scheduling, retries, concurrency controls, and observability for asynchronous work in backend applications. Hatchet is commonly used to offload long-running or scheduled tasks from web services.


