matrix-org / matrix-authentication-service

OAuth2.0 + OpenID Provider for Matrix Homeservers
https://matrix-org.github.io/matrix-authentication-service/
Apache License 2.0
112 stars 32 forks source link

Ensure background jobs are reliably retrying #1490

Open sandhose opened 1 year ago

sandhose commented 1 year ago

Some background jobs might crash for some reason (e.g. synapse not being available). We need to test that they get actually rescheduled after some time

matrixbot commented 1 month ago

For your information, this issue has been copied over to the Element fork of matrix-authentication-service: https://github.com/element-hq/matrix-authentication-service/issues/1490