2

Is there a way to prevent Heroku "Relocating dyno to a new server"?

Since Relocating does not make a copy of the code, my scheduler stops from working. It's annoying !

Thanks

Lila
  • 83
  • 2
  • 6
  • Have your scheduler outside of the app deployed on heroku. Use this: https://elements.heroku.com/addons/scheduler – Nicolae Maties Jan 22 '21 at 17:56
  • I have the addon scheduler that runs at midnight. This scheduler programs the sending of notifications during the day. When Heroku relocates my scheduler, no more notifications is sent. – Lila Jan 22 '21 at 19:45
  • I see, keep your notifications in a different service, not heroku, you can't prevent "Relocating dyno to a new server". – Nicolae Maties Jan 23 '21 at 13:38
  • ok thank your for your help, which service do you recommend ? – Lila Jan 24 '21 at 12:20

0 Answers0