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 Jun 8, 2023. It is now read-only.
We need EDPs and MPs to periodically call /ExchangeStepAttempts.ListExchangeStepAttempts to look for orphaned ESAs.
One way to do this:
Client writes a lock file somewhere locally when it starts working on an ESA (e.g. using the Storage interface to write to private storage).
Client calls /ESA.ListESAs with a filter to exclude recently created things and checks for a lock file on each. If there isn't a lock file, it should just start executing the ESA or mark the attempt as failed. If there is a lock file, it should check the age of it -- we might want to alert on this.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We need EDPs and MPs to periodically call
/ExchangeStepAttempts.ListExchangeStepAttempts
to look for orphaned ESAs.One way to do this:
The text was updated successfully, but these errors were encountered: