-
# 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…
-
Images can be uploaded as part of a form, and resizing options are available.
Image resizing is done in a Celery task since they don't need to hold up the request-response cycle, however, resizing …
-
If the server goes down while a task is running and has acquired a lock, the lock is still in place when the server comes back up. It isn't released until the default timeout has expired and there doe…
-
During Version validation, `version.assets` is queried to understand the byte size and file count for a given `Version` object associated with a Dandiset.
For the `version.assets`, there are three …
-
Issue on 4.2.1, any workaround besides `sys.setrecursionlimit`?
```
tasks_set1 = [task.si() * 358] # ~400 tasks
tasks_set2 = [task.si() * 250] # ~300 tasks whatever
tasks = []
for report in [tasks…
-
# Environment
All Nautobot versions using Celery worker.
# Overview
Looking at the Nautobot docs on Celery worker I couldn't find any discussions/recommendations around the number of concurre…
-
# Checklist
- [x] I have verified that the issue exists against the `main` branch of Celery.
- [ ] This has already been asked to the [discussions forum](https://github.com/celery/celery/discuss…
-
- Kafka-like behavior using Redis message broker
- Asynchronous task processing using celery
- FastAPI-based web server
- Microservices architecture
-
# Checklist
* [x] I have verified that the issue exists against the `master` branch of Celery.
* [x] This has already been asked to the [discussion group](https://groups.google.com/forum/#!forum…
-
**Describe the bug**
http://localhost:5557/ loads indefinitely despite flower starting as expected
**To Reproduce**
Steps to reproduce the behavior:
1. Start flower
```shell
celery -A project_…