Changes
๐ Features
- Support for custom job-class for every worker, using
--job-class
option inrqworker
command. @gabriels1234 (#160) - Support for integrating with sentry, using
--sentry-dsn
,--sentry-debug
, and--sentry-ca-certs
options in
rqworker
command. - Support for using ValKey as broker instead of redis.
๐งฐ Maintenance
- Refactor settings module.