-
Storing the URL allows us to retrieve the broker metadata, as is done now. But, the intention of #45 was to also do this periodically in an automated way.
We could provide a Celery Beat task to do …
-
Please run this same model on dev.app and dev.mod. The order of the instructions are displayed seems different.
For example the Call activity instructions are displayed at the start in dev.app and at …
-
### Summary:
Task scheduled at a longer interval than application restart will never be executed.
* Celery Version: 5.2.7
* Celery-Beat Version: 2.4.0
### Exact steps to reproduce the issue:…
-
**Version**: What redis-py and what redis version is the issue happening on?
redis-py: 4.6.0 and 5.0.7
redis: 7.2.4
**Platform**: What platform / version? (For example Python 3.5.1 on Windows 7 /…
-
In Bookwyrm 0.7.3
I often get this error (via Flower) regarding the propagation of book changes between instances.
When I look at the link I think there is confusion in the id. Here for example :
…
-
One of the bottlenecks in scaling `MLTrace` occurs when there is a large stream of requests. One of the ways to achieve this is by asynchronously writing the entries to database. Currently, this proce…
-
# Checklist
- [x] I have verified that the issue exists against the `master` branch of Celery.
- [ ] This has already been asked to the [discussions forum](https://github.com/celery/celery/discu…
-
I am running a simple test to print hello every 30 sec using celery 4.0.2 in my django app.
```
@app.task()
def test():
print("hello")
```
My celery config is:
```
CELERY_BROKER_URL = …
-
I have started by creating 4 chatbots simultaneously using different configurations.
BUG: Unexpected Failed Chatbot Creation without logs:
All chatbots were created successfully except for one th…
-
# 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…