You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the best way to override the Shipit::Task::PRESENCE_CHECK_TIMEOUT constant on a per-task basis?
I need to adjust the PRESENCE_CHECK_TIMEOUT value for specific Shipit::Task because one type of task is raising an Background job hasn't reported back... error due to a Kubernetes finalizer taking more than 30 seconds (default) to finish.
What is the most effective approach to achieve this without affecting other tasks globally?
The text was updated successfully, but these errors were encountered:
What is the best way to override the
Shipit::Task::PRESENCE_CHECK_TIMEOUT
constant on a per-task basis?I need to adjust the
PRESENCE_CHECK_TIMEOUT
value for specificShipit::Task
because one type of task is raising anBackground job hasn't reported back...
error due to a Kubernetes finalizer taking more than 30 seconds (default) to finish.What is the most effective approach to achieve this without affecting other tasks globally?
The text was updated successfully, but these errors were encountered: