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
The major issue that happened is that CronChecker went down and crons had a minor outage for about 15 minutes. This is because CronChecker's deployment policy is ReCreate, because we can't have two things running the cronchecker at once. To solve this, we should allow the old and the new cronchecker to run at once, with some sort of lock/semaphore in the DB, pub sub, cloud storage, etc.
The text was updated successfully, but these errors were encountered:
Is still of a concern? if so, can we please re-title this?
pbiggar
changed the title
address failed deploy of Apr 11
Prevent deploy from killing old CronChecker deployment until the new one is in place
Jun 22, 2022
A deploy failed earlier today.
The major issue that happened is that CronChecker went down and crons had a minor outage for about 15 minutes. This is because CronChecker's deployment policy is ReCreate, because we can't have two things running the cronchecker at once. To solve this, we should allow the old and the new cronchecker to run at once, with some sort of lock/semaphore in the DB, pub sub, cloud storage, etc.
The text was updated successfully, but these errors were encountered: