v3.0.0b1
Pre-release
Pre-release
github-actions
released this
30 Nov 15:05
·
6 commits
to refs/heads/master
since this release
Breaking Changes
- Renamed
REDIS_CLIENT_KWARGS
configuration toCLIENT_KWARGS
.
🚀 Features
- Created a new
Task
model representing all kind of scheduled tasks.- In future versions,
CronTask
,ScheduledTask
andRepeatableTask
will be removed. Task
model has atask_type
field to differentiate between the types of tasks.- Old tasks in the database will be migrated to the new
Task
model automatically.
- In future versions,