mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 08:48:13 +00:00
Integrate watchdog into render worker (#88)
* Add a watchdog to base_worker * Logging cleanup * Prevent multiple watchdogs from running if render process restarts * Add process timeout parameter to Config * Refactor * Add error handling to process output parsing * Fix issue where start_time was not getting set consistently
This commit is contained in:
@@ -3,7 +3,7 @@ update_engines_on_launch: true
|
||||
max_content_path: 100000000
|
||||
server_log_level: info
|
||||
log_buffer_length: 250
|
||||
subjob_connection_timeout: 120
|
||||
worker_process_timeout: 120
|
||||
flask_log_level: error
|
||||
flask_debug_enable: false
|
||||
queue_eval_seconds: 1
|
||||
|
||||
Reference in New Issue
Block a user