v3.0.0b1
Pre-release
Pre-release
·
194 commits
to refs/heads/master
since this release
Breaking Changes
- Renamed
REDIS_CLIENT_KWARGSconfiguration toCLIENT_KWARGS.
🚀 Features
- Created a new
Taskmodel representing all kind of scheduled tasks.- In future versions,
CronTask,ScheduledTaskandRepeatableTaskwill be removed. Taskmodel has atask_typefield to differentiate between the types of tasks.- Old tasks in the database will be migrated to the new
Taskmodel automatically.
- In future versions,