Skip to content

Commit

Permalink
feat: add retry to task status (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
esoubiran-aneo authored May 9, 2023
2 parents 5a49ae1 + efe62f7 commit 8618a2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Protos/V1/task_status.proto
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ enum TaskStatus {
TASK_STATUS_CANCELLED = 8; /** Task is cancelled. */
TASK_STATUS_PROCESSING = 9; /** Task is being processed. */
TASK_STATUS_PROCESSED = 10; /** Task is processed. */
TASK_STATUS_RETRIED = 11; /** Task is retried. */
}

0 comments on commit 8618a2f

Please sign in to comment.