zodern / meteor-up

Production Quality Meteor Deployment to Anywhere
http://meteor-up.com/
MIT License
1.28k stars 279 forks source link

Custom restart policy #1342

Open jdgjsag67251 opened 1 year ago

jdgjsag67251 commented 1 year ago

Add the ability to specify a custom restart policy.

zodern commented 1 year ago

Thanks @jdgjsag67251. Could you please explain the reason for this change? What restart policy are you wanting to use, and why?

jdgjsag67251 commented 1 year ago

Oh yeah sorry, of course. We would like to use on-failure[:max-retries] for our test deployment since it is not mission critical and can cause issues for other apps when it restarts frequently.