-
What is the use of the worker.py file inside ./api? Since we are already having a separate container running as a celery worker? Is this file obsolete?
-
### Environment
* Python version: 3.11
* Nautobot version: 2.3.2
* nautobot-device-onboarding version: 4.0.1
* ntc-templates version: 5.1.0
### Expected Behavior
The migration runs thrugh…
-
# 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…
-
* Celery Executor version: 4.4.7
* Python version: 3.8
* Operating System: Ubuntu 18.04
### Description
I use this library and sometimes this error appears, I can't figure it out on my own (al…
-
File "/lib/python3.5/site-packages/redis/client.py", line 2626, in execute
return execute(conn, stack, raise_on_error)
File "/lib/python3.5/site-packages/redis/client.py", line 2540, in _exe…
-
## Related Issues and Possible Duplicates
#### Related Issues
- None
#### Possible Duplicates
- None
## Environment & Settings
**Celery version**:
celery==5.2.7
redis==4.3.4
…
-
I have a periodic task set with a crontab of `0 14 4 * *` (Every Thursday at 2 PM) and `TIMEZONE` for Django set to `America/Los_Angeles`. Upon the recent change in time, it now triggers at 3 PM Los A…
-
Hey!
I've noticed a weird problem I cannot fix: when I run an explicitly named task in eager mode, the result written in the database doesn't contain task name. The same task being run on a worker …
-
- The Celery worker has not been implemented to run in the background as a daemon, since for testing and development, running it by command with docker-compose is sufficient
- The Celery system shoul…
-
### Problem:
celery ( use django-windows-tools) gets this task and displays that it was received in the log (service.log), but does not starting task.
Error service.log
```
[INFO/Process-1] S…