Update CHANGELOG

This commit is contained in:
Ken Hibino
2021-01-12 11:28:46 -08:00
parent ea23db4f6b
commit 7c3ad9e45c
3 changed files with 34 additions and 16 deletions

View File

@@ -202,9 +202,9 @@ type RetryTask struct {
}
// ArchivedTask is a task archived for debugging and inspection purposes, and
// ArchivedTask won't be retried automatically.
// it won't be retried automatically.
// A task can be archived when the task exhausts its retry counts or manually
// archived by a user via CLI or Inspector.
// archived by a user via the CLI or Inspector.
type ArchivedTask struct {
*Task
ID string