2
0
mirror of https://github.com/hibiken/asynq.git synced 2026-05-23 16:21:00 +08:00

Update docs

This commit is contained in:
Ken Hibino
2020-06-24 05:42:06 -07:00
parent 7b1770da96
commit 7eebbf181e
2 changed files with 20 additions and 0 deletions

View File

@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- All tasks now requires timeout or deadline. By default, timeout is set to 30 mins.
- Tasks that exceed its deadline are automatically retried.
- Encoding schema for task message has changed. Please install the lastest CLI and run `migrate` command if
you have tasks enqueued by the previous version of asynq.
## [0.9.4] - 2020-06-13
### Fixed