Closed arshbucks closed 8 years ago
What is your SCM_COMMAND_IDLE_TIMEOUT?
60 (seconds) - it says there was no CPU activity so don't think that would change anything right? i.e. It's not like it is crunching away at installing meteor...
Because of the way some steps are executed, CPU activity will not prevent less noisy commands from tripping the idle timeout (hence why the recommended value is 3600).
gotcha, thanks, that works. Took 510 seconds to deploy so might take even longer for more complex apps...
If helpful for anyone else else testing it out:
They are documented in the README here :)
hah - my mistake. Didn't see that for whatever reason... used to use the demeteorizer before, this is substantially easier. Thanks again!
No problem.
Also, regarding build times: the first is going to be the slowest (as it installs Meteor and caches any dependencies) but after that it is more or less just the same time it takes to meteor build
from anywhere else.
First - thank you very much for sharing this deployment script. I'm trying to deploy a simple-todos test app, but am running into an error (not sure which one below is he real culprit - so attaching the log file below) Would appreciate any insight you have.