Skip to content

Unexpected Auto-restart Video Job currently processing #485

Answered by hibiken
lovgrandma asked this question in Q&A
Discussion options

You must be logged in to vote

@lovgrandma Thank you for opening this discussion.

From the description above, it seems that you are using the default timeout of 30m (See the default behavior described here). If you don't specify Deadline or Timeout option, the task will have timeout of 30m and will fail when it reaches the deadline (deadline is either the absolute value specified by the Deadline or time.Now().Add(timeout) where timeout is the value specified by Timeout and time.Now() is the time when task is delivered to your Handler).

It sounds like in your use case, it'd be sufficient to set a higher timeout value (e.g. 2h).

Let me know if that you have follow up questions!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lovgrandma
Comment options

Answer selected by lovgrandma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants