Changes
🚀 Features
- Support for custom job-class for every worker, using `--job-class` option in `rqworker` 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.