-
This issue is relates to, but extends beyond an issue I reported here: https://github.com/archesproject/arches/issues/9202
Background: I can (apparently) successfully start celery beat using a comm…
-
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 = …
-
Hi, thanks for the project, it looks very interesting. Unfortunately I ran into some issues when trying to install it. I followed the instructions, but I am on a windows 10 computer. My googling did n…
-
Celerybeat is a very common problem and just adding it as an app and the basic yasg config causes this error.
```
TypeError at /bulk/api/swagger.yaml
Object of type Africa/Abidjan is not JSON ser…
-
# 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…
-
My config:
```
[program:redis-testapp]
command=/opt/bcs/bin/redis-server /apps/testapp/releases/current/environments/all/redis.conf
stdout_logfile=/var/log/redis_testapp_log
stderr_logfile=/var/log/r…
-
There might not be permission to create in installed location...
Problem with `celerybeat.pid` from install space in /opt/yujin/indigo/lib : no permission to write.
-
Hello! I'm having the following issue where cronitor-python is attempting to inject headers into tasks on startup, but it's failing to look up tasks in the registry:
```
Starting ...
Booting API …
-
Hi there, Would it be possible to share the celerybeat schedule file you have git ignored? I'm cannot run the tasks and have trouble replicating the file myself. Thanks
-
I had updated defect dojo with latest release 2.16. Before this I was using 2.XX. Now, If I am clicking on system settings, I am getting 500 error while in previous one, it was working as expected.
…