update cicd
This commit is contained in:
@@ -44,3 +44,10 @@ type JobConfigEnvelope struct {
|
||||
VideoID string `json:"video_id,omitempty"`
|
||||
TimeLimit int64 `json:"time_limit,omitempty"`
|
||||
}
|
||||
|
||||
type DLQEntry struct {
|
||||
Job *model.Job `json:"job,omitempty"`
|
||||
FailureTime int64 `json:"failure_time_unix,omitempty"`
|
||||
Reason string `json:"reason,omitempty"`
|
||||
RetryCount int64 `json:"retry_count,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user