-
I have the feeling that some celery tasks hangs indefinitely waiting for an http response from servers.
We should set timeouts for all tasks which perform requests to remote servers.
Two possible …
-
Hello,
It works ok as normal, But when I run the netcdf in celery task/django,It can't work,and show me this error:
```
File "...", line 53, in ...
with Dataset(path, format='NETCDF4') as …
-
In order to enrich the data in the dashboard, we need to send in some data that is only available on the device(s). We do however need to do this in a secure fashion. Here's how I am thinking this wou…
-
# Checklist
- [ ] 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've made a simple experiment with Celery 5.1.2 (latest stable as of writing this text). I ran two workers with almost all default settings and concurrency set to 5 so each spawns 5 worker processes.
…
-
Example code such as the following throws an exception:
```python3
for premis_object in fs_entry.get_premis_objects():
premis_object_xml = premis_object.tostring()
```
This appears to…
-
Hmmm, I think, I have to follow this through to the bitter end... The solution suggested in #6415 does not work in all cases.
This is a "big deal", because it prevents celery being useful processi…
-
Hello,
Here is my code. I want to pass the task **myname** result pass to be the task **reverse** in the signature as an argument.
`from app import app
from app import app
from time import sl…
-
Implement a RabbitMQ/Celery worker to handle running the automatic tasks in the background.
-
When I run through a celery task a `call_command`, an exception is raised with this stacktrace:
```
celery_1 | call_command('my_etl_command', )
celery_1 | File "/code/venv…