-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* keep retrying reconnection * cap backoff time with 15 min * configure logs in a separate file, to setup logs configuration before other modules inherit it * add debug logs to the watcher to better monitor each step * add level for logging to be configurable in the config file * change timeout_seconds parameter for k8s api connection from 0 to 300 to reset the connection periodically * add locking for events like subscibe, unsubscribe and event dispatching * change timeout_seconds watcher param back to 0 to try and hold connection forever * make directory for logs configurable and required for joblogs * remove random component from log files names, keeping job_id
- Loading branch information
Showing
3 changed files
with
86 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters