Add helper functions to extract task metadata from context

This commit is contained in:
Ken Hibino
2020-05-28 06:28:14 -07:00
parent 39188fe930
commit 23f46dde52
5 changed files with 246 additions and 100 deletions

View File

@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- `GetTaskID`, `GetRetryCount`, and `GetMaxRetry` functions were added to extract task metadata from context.
## [0.9.0] - 2020-05-16
### Changed