-
## Checklist
```
software -> celery:4.1.0 (latentcall) kombu:4.1.0 py:2.7.13
billiard:3.5.0.3 py-amqp:2.2.1
platform -> system:Windows arch:64bit, WindowsPE imp:CPython
loader -> celery.…
-
Create celery task (maybe cron) to clear unused and unpinned images. Depends on ability to pin images. Will be a combination of time and available storage (clean oldest images when approaching % of st…
-
I'm having some issues with triggering of the on_error task callbacks from chains. I've created a test project here:
https://github.com/kriberg/dyrygent-test
This defines three tasks:
```
@app.t…
-
# Checklist
* [ ] I have verified that the issue exists against the `master` branch of Celery.
* [ ] This has already been asked to the [discussion group](https://groups.google.com/forum/#!forum…
zeha updated
4 months ago
-
When running /api/tasks, at some point i start getting 500, error stack is:
Uncaught exception GET /api/tasks (10.40.30.136)
HTTPServerRequest(protocol='http', host='dev-sh01-event-mngr-01-aws…
-
Currently, analysis workers just poll-wait on whether the data that is required has been cached. This consumes a worker thread for an indeterminate amount of time.
Tasks in celery can retry as man…
-
Users are experiencing an unwanted amount of lag time when viewing charts in remote cellular areas. We need to optimize the load time of charts while preserving the ability to filter by date ranges dy…
-
## Checklist
* [
software -> celery:4.1.0 (latentcall) kombu:4.1.0 py:3.6.3
billiard:3.5.0.3 redis:2.10.6
platform -> system:Windows arch:64bit, WindowsPE imp:CPython
loader -> celery.lo…
-
hi all,
My project is running django 1.11 and celery 4.2.0 I run celery tasks on three worker with -E flag
When i run `celery-prometheus-exporter --enable-events --verbose` It seem not run, no error…
-
## Version info
* celery: 4.2.0
* kombu: 4.2.0
* redis-py: 2.10.6
* gevent: 1.2.2
* redis server: 3.2.11
## Steps to reproduce
Celery configuration: broker is rabbitmq, results backend is local redi…