hibiken / asynq

Simple, reliable, and efficient distributed task queue in Go
MIT License
9.49k stars 688 forks source link

[FEATURE REQUEST] How can I specific worker concurrency for each queue #903

Open duongptryu opened 2 months ago

duongptryu commented 2 months ago

In some queue, I want to run this queue with 1 worker to ensure tasks is executed sequentially. How can I setup that with asynq?