celery-heimdall
celery-heimdall copied to clipboard
Helpful celery task queue extensions.
v2.0.0
- [x] Full typing - [x] Isolated heimdall-specific changes as much as possible on a namespace on the task, to minimize conflicts with other Task extensions - [x] Early &...
Hello there ``` So, because depends on both redis (^5.0.1) and celery-heimdall (^1.0.0), version solving failed. ```
Hello! Is there a way to dynamically rate-limit a task by using a number set by each task call? I am trying to implement a task for OpenAI's chat completion...
v2
- [ ] Refactor locks - [ ] Expose locking internals as first class features, allowing clearing locks and checking state from user code. - [ ] Expose a flag...
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...