-
The last_run_at time is always in UTC, which differs from my local configuration time.
This causes tasks to still run despite being expired.
![image](https://github.com/celery/django-celery-beat/ass…
-
### Summary:
Include a *brief* descrioption of the problem here, and fill out the version info below.
* Celery Version: Django 3.2.11
* Celery-Beat Version: 2.2.1
### Exact steps to reprod…
-
* As a app broker operator
* in order to expose app broker-based service brokers to K8S service catalog client
* I need app broker to implement the concurrency control in the OSB spec
https://gi…
-
```
Hi, I was trying out typhoon from trunk to see if it would work on my appengine
app and ran into to some issues and this last one has me confused.
I created a virtualenv for python2.7 with --no-…
-
# 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…
-
# Checklist
* [ T ] 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/#!for…
-
## Checklist
* [x] I have included the output of ``celery -A proj report`` in the issue.
```
software -> celery:4.1.0 (latentcall) kombu:4.1.0 py:3.5.2
billiard:3.5.0.3 py-amqp:2.2.2
pla…
-
Stages should register their queries for subscription instead of polling Hydra core with queries.
This would enable a more streamlined message flow where hydra core is in control. It would also enabl…
-
## Environment & Settings
**Celery version**: 4.2.1
# Steps to Reproduce
Create code for a random task and a `task_revoked` handler
```python
import time
from celery import Celery
from celery.sign…
-
Hello ! I really liked the LazyBroker interface !
I was wondering if you were planing to add LazyBackend objects also ?
(As the backend might also rely on the flask app configuration.)
How abou…