Add scheduled profile update

This commit is contained in:
problematicconsumer
2023-09-30 11:15:20 +03:30
parent b60b22d694
commit eb4db44c06
7 changed files with 105 additions and 5 deletions

View File

@@ -28,7 +28,6 @@ class CronService with InfraLogger {
}) {
loggy.debug("scheduling [$key]");
jobs[key] = (key, duration, callback);
_scheduler?.trigger();
}
Future<void> run(Job job) async {