We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As an enhancement upon #1634, we could shut down already upon System.UpdateAuthorized and refuse to start the worker again until CodeUpdated
System.UpdateAuthorized
this may cause unnecessary downtime. For consideration
A better solution is #1257 which is tolerant against extrinsic failures
The text was updated successfully, but these errors were encountered:
This can cause significant downtime, no one knows when an authorized code will be enacted, as it even needs an extra extrinsic to enact it.
Sorry, something went wrong.
No branches or pull requests
As an enhancement upon #1634, we could shut down already upon
System.UpdateAuthorized
and refuse to start the worker again until CodeUpdatedthis may cause unnecessary downtime. For consideration
A better solution is #1257 which is tolerant against extrinsic failures
The text was updated successfully, but these errors were encountered: