Django-tasks-scheduler

Latest version: v2.1.0

Safety actively analyzes 685525 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

3.0.0b2

Fixed issue with success_callback

3.0.0b1

Breaking Changes

- Renamed `REDIS_CLIENT_KWARGS` configuration to `CLIENT_KWARGS`.

🚀 Features

- Created a new `Task` model representing all kind of scheduled tasks.
- In future versions, `CronTask`, `ScheduledTask` and `RepeatableTask` will be removed.
- `Task` model has a `task_type` field to differentiate between the types of tasks.
- Old tasks in the database will be migrated to the new `Task` model automatically.

2.1.0

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.

2.0.0

Breaking Changes

- Remove support for django 3.* and 4.*. Only support django 5.0 and above.
- queue choice field is now callable.

1.3.4

🧰 Maintenance

- Update dependencies to latest versions

1.3.3

🐛 Bug Fixes

- Fix issue of django generating a new migration when settings.SCHEDULER_QUEUES is changed 119

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.