Re: onStop Global function doubts

2015-03-11 Thread Alan Alfredo Rojas Marroquin
Thank!!! Apparently Global.onStop is called after SIGTERM. El miércoles, 11 de marzo de 2015, 0:26:12 (UTC-5), Jon Mountjoy escribió: > > When Heroku is going to terminate a dyno it sends it a SIGTERM. See the > doc >

Re: onStop Global function doubts

2015-03-10 Thread Jon Mountjoy
When Heroku is going to terminate a dyno it sends it a SIGTERM. See the doc . Perhaps you can catch it, and then call your onStop? This SO article seems

onStop Global function doubts

2015-03-10 Thread Alan Alfredo Rojas Marroquin
Hi, I have a Java Play Framework App. I have override onStart and onStop event. But I would like to know if when a dyno is restarted the onStop function is called. Thanks! -- -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from th