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

Helpful celery task queue extensions.

Results 6 celery-heimdall issues
Sort by recently updated
recently updated
newest added

- [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...

- [ ] Refactor locks - [ ] Expose locking internals as first class features, allowing clearing locks and checking state from user code. - [ ] Expose a flag...

Lets ensure our test suite passes with redis Sentinel as well.

enhancement

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...

enhancement