Process timeout
Closed this issue · 2 comments
WarGeneration commented
Hi, im using your bundle and want to know, how can i set timeout for bash process with yaml config?
Now i get this error and want to increase timeout;
Exception: ProcessTimedOutException: The process "/home/theillko/work/inked.com.ua/bin/update.sh" exceeded the timeout of 60 seconds.
kbond commented
Hi @WarGeneration, this is not possible to configure in YAML. You can only configure this in PHP.
PHP is the recommended method of building your schedule. YAML task config is there as a convenience for simple tasks.
WarGeneration commented
okay, thank you