1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-20 12:02:22 +03:00

Upgrade to apalis-0.4.0-alpha.5

This commit is contained in:
Quentin Gliech
2023-04-13 16:41:38 +02:00
parent 1974786209
commit 5b4fee15e7
12 changed files with 68 additions and 40 deletions

View File

@@ -142,7 +142,7 @@ pub fn init(
homeserver,
http_client_factory.clone(),
);
let monitor = Monitor::new();
let monitor = Monitor::new().executor(TokioExecutor::new());
let monitor = self::database::register(name, monitor, &state);
let monitor = self::email::register(name, monitor, &state);
let monitor = self::matrix::register(name, monitor, &state);