Move inspeq package content to asynq package

This commit is contained in:
Ken Hibino
2021-05-18 18:45:15 -07:00
parent 0ec3b55e6b
commit 12f4c7cf6e
4 changed files with 90 additions and 195 deletions

View File

@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `Inspector.RunTaskByKey` is replaced with `Inspector.RunTask`
- `Inspector.DeleteTaskByKey` is replaced with `Inspector.DeleteTask`
- `Inspector.ArchiveTaskByKey` is replaced with `Inspector.ArchiveTask`
- `inspeq` package is removed. All types and functions from the package is moved to `asynq` package.
## [0.17.2] - 2021-06-06