-
### 重现步骤
N/A
### 预期外的结果
N/A
### 日志文本
```shell
N/A
```
### 版本
1.10.0
### 部署方式
Docker
### 是否还有其他可以辅助定位问题的信息?比如数据库版本等
django-q 已经两年没更新了, 可以理解为作者弃用了, 相关的知识也比较少, 可以考虑更换为用户更多, 知识更多的 django-rq 或 …
-
After upgrading `django-q2` from 1.6.2 to 1.7.3 the following error is shown in the logs
```
System check identified some issues:
WARNINGS:
django_q.Task: (models.W037) TiDB does not support ind…
-
Hi.
So django-q has the extensions django-q-rollbar and django-q-sentry.
Both libraries do not have the sentry or rollbar as a dependency in the setup.py. Additionally sentry is moving away from…
-
`python manage.py qcluster` fails with following traceback
```
Traceback (most recent call last):
File "", line 1, in
File "/opt/homebrew/Cellar/python@3.9/3.9.9/Frameworks/Python.framewor…
-
This is from an install of the the unmerged PR, trying with Django 5.1:
- #68
But I am hoping you can recognise if this is something obvious since I am new to the package.. (TIA!)
### Non-ge…
-
ok that works!
````
File "/home/inventree/src/backend/InvenTree/InvenTree/tasks.py", line 212, in offload_task
task.run()
File "/root/.local/lib/python3.11/site-packages/django…
-
Many thanks for a great package. Works excellent for my use case.
I was beginning to write some tests that involve async tasks, and I realised these tests (pytests) were failing because the async job…
-
Hello,
I updated the version from Django Q to the newest one, and suddenly I am getting:
>
> Message: BadSignature('Signature "rQv3sSym58u1EYYibwMnKOgY43o" does not match',)
> Arguments: ('Tr…
-
Not sure if I've missed or not a config, but when I create a schedule:
` result = schedule("scheduler_service.run_steps",
name, build.build_steps,
nam…
-
I have been using library a lot and was a bit concerned that it hasn't been updated in over a year. Therefore, I have created a fork in which I have merged a few of the current open PRs. I have also p…