-
Notifications
You must be signed in to change notification settings - Fork 192
Open
Description
Problem Description
There's a problem reported with jobs being marked as "idle" too soon - original timeout was 1 minute. Now, the timeout was changed to 5 minutes, but it's still hardcoded.
We need to be able to either increase the timeout, or disable it fully.
Proposed Solution
- Provide configuration option that will determine the timeout.
- If possible, provide log messages that explain why timeout happened and what to do with it