v2.1.0 🌈
Changes
🚀 Features
- Support for custom job-class for every worker, using
--job-classoption inrqworkercommand. @gabriels1234 (#160) - Support for integrating with sentry, using
--sentry-dsn,--sentry-debug, and--sentry-ca-certsoptions in
rqworkercommand. - Support for using ValKey as broker instead of redis.
🧰 Maintenance
- Refactor settings module.