django-commons/django-tasks-scheduler
Schedule async tasks using redis protocol. Redis/ValKey/Dragonfly or any broker using the redis protocol can be used.
PythonMIT
Issues
- 9
Django warning about "makemigrations"
#119 opened by gabriels1234 - 3
Allow RQ v2.0
#193 opened by gabriels1234 - 5
broker will only use redis when sentinel is set
#189 opened by amirreza8002 - 6
Configured Queues are not selectable
#152 opened by gkieninger - 5
Add --worker-class argument to rqworker
#164 opened by gabriels1234 - 5
Duplicate scheduled jobs
#166 opened by 1vank1n - 1
Support Sentry like with RQ
#155 opened by gkieninger - 2
Add Custom job class (--job-class) to rqworker
#159 opened by gabriels1234 - 0
Update links to repo
#147 opened by cunla - 3
Task edit view not updating the queues choices
#132 opened by gabriels1234 - 1
TypeError: EnumType.__call__() missing 1 required positional argument: 'value'
#108 opened by gabriels1234 - 5
Python 3.12 Admin (template) EnumType: `EnumType.__call__() missing 1 required positional argument: 'value'`
#49 opened by gabriels1234 - 1
Auto-reload workers page issue with template
#83 opened by gabriels1234 - 3
v1.2.4: Failed CRON jobs aren't requeued
#75 opened by geonyoro - 5
cron job infnite call
#56 opened by momenkittaneh - 1
django-tasks-scheduler should be database agnostic
#77 opened by mbi - 0
Use postgres queue instead of redis-queue
#71 opened by cunla - 11
Queue is cleared after first job finishes
#50 opened by gabriels1234 - 2
Jobs get scheduled for immediate execution after previous execution has finished
#41 opened by rstalbow - 1
When a job fails it becomes unscheduled
#45 opened by rstalbow - 11
- 1
Adding Cron Jobs via Code
#40 opened by mikenester - 2
Job becomes unscheduled if you access the admin list page when the job is active
#32 opened by rstalbow - 1
Missing migrations
#23 opened by rwielk