dark icon indicating copy to clipboard operation
dark copied to clipboard

Prevent deploy from killing old CronChecker deployment until the new one is in place

Open pbiggar opened this issue 3 years ago • 2 comments

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.

pbiggar avatar Apr 11 '22 20:04 pbiggar

Is still of a concern? if so, can we please re-title this?

StachuDotNet avatar Jun 22 '22 01:06 StachuDotNet

This will be solved when CronChecker is removed. (if somehow we decide not to remove CronChecker, this issue is still important)

pbiggar avatar Jun 22 '22 13:06 pbiggar

merged into #5261

StachuDotNet avatar Jan 14 '24 23:01 StachuDotNet