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?
What is the best way to override the
Shipit::Task::PRESENCE_CHECK_TIMEOUTconstant on a per-task basis?I need to adjust the
PRESENCE_CHECK_TIMEOUTvalue for specificShipit::Taskbecause 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?