The documentation on timeouts does a great job of explaining how to add a timeout to a job, but does not explain what happens if a timeout occurs. Does it return {:error, :timeout}? Does it simply fail?
Would love to see the consequences of adding a timeout so we can plan accordingly in our error handlers 🙇
The documentation on timeouts does a great job of explaining how to add a timeout to a job, but does not explain what happens if a timeout occurs. Does it return
{:error, :timeout}
? Does it simply fail?Would love to see the consequences of adding a timeout so we can plan accordingly in our error handlers 🙇