You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-20 12:02:22 +03:00
Properly trace the cleanup-expired-tokens job
This commit is contained in:
@@ -109,5 +109,6 @@ pub(crate) fn register(
|
||||
c.fetch_interval(std::time::Duration::from_secs(1))
|
||||
})
|
||||
.build_fn(verify_email);
|
||||
|
||||
monitor.register(worker)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user