django-commons / django-tasks-scheduler

Schedule async tasks using redis protocol. Redis/ValKey/Dragonfly or any broker using the redis protocol can be used.
https://django-tasks-scheduler.readthedocs.io/
MIT License
58 stars 11 forks source link

feat:add --worker-class kwarg to rqworker #165

Closed gabriels1234 closed 1 month ago

gabriels1234 commented 2 months ago

Fixes #164 Also, there are small micro-fixes for consistency around JobExecution.

Tests were added.

Looking forward!