You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a pre-release action that takes some time (ant on a GWT project), and it sometimes triggers the Symfony Process component’s 60 s timeout. I’m thinking of making a PR to add a timeout option to the command action, but before I start working, I should ask:
Is this desired?
Should I add it to the composer-stability-check and composer-json-check prerequisites as well? They use the executeCommandInProcess method of BaseAction, that uses the Process component;
Should I also set the default timeout to a higher value, to avoid having to set it on all potential long-running commands in the rmt.yml file?
Would a global timeout option at the root level of the rmt.yml file be necessary?
Thanks for making RMT, I love it.
The text was updated successfully, but these errors were encountered:
I have a pre-release action that takes some time (
ant
on a GWT project), and it sometimes triggers the Symfony Process component’s 60 s timeout. I’m thinking of making a PR to add atimeout
option to thecommand
action, but before I start working, I should ask:composer-stability-check
andcomposer-json-check
prerequisites as well? They use theexecuteCommandInProcess
method ofBaseAction
, that uses the Process component;rmt.yml
file?rmt.yml
file be necessary?Thanks for making RMT, I love it.
The text was updated successfully, but these errors were encountered: