2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-10-06 06:12:00 +08:00

Update recoverer to use ListLeaseExpired

This commit is contained in:
Ken Hibino
2022-02-11 06:18:27 -08:00
parent 0fb0d4fe19
commit 86ae8ecb4a
5 changed files with 62 additions and 58 deletions

View File

@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `BaseContext` is introduced in `Config` to specify callback hook to provide a base `context` from which `Handler` `context` is derived
### Changed
- `Server` now recovers tasks with an expired lease. Recovered tasks are retried/archived with `ErrLeaseExpired` error.
## [0.21.0] - 2022-01-22
### Added