-
# Checklist
- [x] I have verified that the issue exists against the `main` branch of Celery.
- [x] This has already been asked to the [discussions forum](https://github.com/celery/celery/discuss…
-
## Checklist
* [x] I have included the output of ``celery -A proj report`` in the issue.
(if you are not able to do this, then at least specify the Celery
version affected).
* [x] I have …
-
`app = Celery("bg_task", broker="amqp://sc:sc@127.0.0.1:5672", backend="rpc://")`
I am running both rabbitmq and celery inside ec2. Though the above celery instance is being configured to use amqp…
-
# Checklist
* [x] 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…
-
## Checklist
software -> celery:4.2.0 (windowlicker) kombu:4.2.1 py:3.6.3
billiard:3.5.0.4 py-amqp:2.3.2
platform -> system:Linux arch:64bit imp:CPython
loader -> celery.loaders.app.AppL…
-
I have custom model that contains a `TaskResult` as `OneToOneField`:
```{python}
class MyModel(models.Model):
task = models.OneToOneField(TaskResult, on_delete=models.SET_NULL, null=True)
…
-
Celery has a built-in [track_started](http://docs.celeryproject.org/en/latest/userguide/tasks.html#Task.track_started) option. For Jobtastic tasks, change the default from False to True, so that we ca…
-
I have a fairly standard Django-Q configuration (I believe) but I am running into prohibitively high CPU consumption.
Running a simple addition task scheduled every minute, I'm seeing CPU usage abo…
-
After performing a driver.get() to a URL, through a Celery task the value of driver.requests is always a empty list. If I make the same call from python driver.requests it does have the values.
Any…
-
Per gjedeer/celery-php#125, @gjedeer wrote:
>@ergonlogic yeah, I should probably archive this project as it's unmaintained. Maybe one of the forks is kept updated?
>
>If you find something that w…