What's Changed
- Add optional retry-on-timeout handling by @Poyraxx in #171
Adds aretry_timeoutsparameter to the task decorator allowing for retrying tasks on timeout (which was previously difficult due to way timeouts were handled internally). - Fix missing title in cron and workers web UI pages
New Contributors
Full Changelog: v7.0.0...v7.1.0