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
We've been getting a number of alerts for the token deletion job failing, and most or all of these seem to be caused by the job being kicked off while multiple ASGs are active:
Ignore the failure under these specific conditions
May not be feasible, as the management command isn't even getting a chance to run -- where would we add the ignore? And the alert body in OpsGenie doesn't contain the needed information.
Change the active-instances script to use the newest ASG when there are multiple
Would all users of this script be OK with this?
Might need a new CLI param that enables this, and an opt-in for the specific job.
We've been getting a number of alerts for the token deletion job failing, and most or all of these seem to be caused by the job being kicked off while multiple ASGs are active:
https://github.com/openedx/configuration/blob/70c147f6dcecfe56d370b8928b857a8cf82882b5/playbooks/active_instances_in_asg.py#L90
Possible solutions:
The text was updated successfully, but these errors were encountered: