Skip to content

v2.1.0 🌈

Latest
Compare
Choose a tag to compare
@cunla cunla released this 14 Sep 23:29
· 15 commits to master since this release
7160ca5

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.