hibiken / asynq

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

[FEATURE REQUEST] Process task with ratelimit #900

Closed pigletfly closed 2 months ago

pigletfly commented 2 months ago

Is there a way to process a task with rate limit ?

shuqingzai commented 2 months ago

https://github.com/hibiken/asynq/wiki/Rate-Limiting

pigletfly commented 2 months ago

thanks