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
{{ message }}
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.
It'd probably make sense to just add some defensive validations to ensure that any application we create has a name, oauth token, grace period defined.
Also would be kinda good to be able to test that the key works (ie. can authenticate) before it tries to actually trigger a restart.
We should:
Add a db constraint to the name and grace period fields to ensure presence
Ensure we get an exception thrown if the HerokuAppRestarter fails (e.g. due to a bad/missing oauth token). That way we'll be alerted if this isn't working both initially and on an ongoing basis
The text was updated successfully, but these errors were encountered:
From #1:
We should:
HerokuAppRestarter
fails (e.g. due to a bad/missing oauth token). That way we'll be alerted if this isn't working both initially and on an ongoing basisThe text was updated successfully, but these errors were encountered: