mirror of
https://github.com/element-hq/synapse.git
synced 2026-07-23 21:41:59 +00:00
Silencing alerts is no longer necessary during a deploy (release script instructions) (#19968)
As discussed in [`#element-backend-internal:matrix.org`](https://matrix.to/#/!SGNQGPGUwtcPBUotTL:matrix.org/$29ZzRe7gg62UZmT0bgeseMs320Kb-Ub6DyaQE20-3ng?via=jki.re&via=element.io&via=matrix.org) Our assumptions on why this was done previously: in the olden days you'd get paged doing the redeploy even if everything was actually fine (probably before we started doing rolling restarts?)
This commit is contained in:
@@ -806,7 +806,6 @@ def full(gh_token: str) -> None:
|
||||
_prepare()
|
||||
|
||||
click.echo("Deploy to matrix.org and ensure that it hasn't fallen over.")
|
||||
click.echo("Remember to silence the alerts to prevent alert spam.")
|
||||
click.confirm("Deployed?", abort=True)
|
||||
|
||||
click.echo("\n*** tag ***")
|
||||
|
||||
Reference in New Issue
Block a user