celery-heimdall icon indicating copy to clipboard operation
celery-heimdall copied to clipboard

Separate keys for task creation and rate limiting?

Open l3s2d opened this issue 1 year ago • 1 comments

I have a shared task that makes an API call. I want to rate limit all calls to that shared task, while still allowing many tasks to be created with different parameters. It doesn't seem like this is possible at the moment, since the key for task creation and rate limiting is the same.

l3s2d avatar Nov 27 '24 17:11 l3s2d

This is in the version 2.0MR now, probably out in a week or so.

TkTech avatar Dec 17 '24 13:12 TkTech