Skip to content

v2.1.0 ๐ŸŒˆ

Latest
Compare
Choose a tag to compare
@cunla cunla released this 14 Sep 23:29
· 12 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.