Open maxneuvians opened 11 months ago
We have a scheduler that create a log every 5 minutes to make sure that it is still alive.
https://github.com/cds-snc/sre-bot/blob/main/app/jobs/scheduled_tasks.py#L19-L23
We should create an alert that makes sure this shows up every 5 minutes, otherwise it is probably dead.
Reverted the change as the current pricing model of the cloudwatch alarm would be about 1k per month... 😅
We have a scheduler that create a log every 5 minutes to make sure that it is still alive.
https://github.com/cds-snc/sre-bot/blob/main/app/jobs/scheduled_tasks.py#L19-L23
We should create an alert that makes sure this shows up every 5 minutes, otherwise it is probably dead.