Rename Inspector.CancelActiveTask to CancelProcessing

This commit is contained in:
Ken Hibino
2021-05-20 16:59:43 -07:00
parent c8bda26bed
commit 8ee1825e67
2 changed files with 4 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `Inspector.ArchiveTaskByKey` is replaced with `Inspector.ArchiveTask`
- `inspeq` package is removed. All types and functions from the package is moved to `asynq` package.
- `WorkerInfo` field names have changed.
- `Inspector.CancelActiveTask` is renamed to `Inspector.CancelProcessing`
## [0.17.2] - 2021-06-06