File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2727# defaults...
2828LOG_DIR = "/opt/scheduler/logs/"
2929SUB_PROCESS_TIMEOUT = int (os .environ .get ("PYTHON_PROCESS_TIMEOUT" , 60 * 15 ))
30- TIMEOUT_OUTPUT = "Script running for too long time! "
30+ TIMEOUT_OUTPUT = "The script's running time exceeded the limit and the execution was aborted. "
3131VERSION = os .getenv ("VERSION" )
3232
3333
Original file line number Diff line number Diff line change 3333# defaults...
3434SCRIPT_WORKERS = int (os .environ .get ("PYTHON_SCHEDULER_SCRIPT_WORKERS" , 5 ))
3535SUB_PROCESS_TIMEOUT = int (os .environ .get ("PYTHON_PROCESS_TIMEOUT" , 60 * 15 ))
36- TIMEOUT_OUTPUT = "Script running for too long time! "
36+ TIMEOUT_OUTPUT = "The script's running time exceeded the limit and the execution was aborted. "
3737
3838app = Flask (__name__ )
3939
You can’t perform that action at this time.
0 commit comments