Skip to content

Commit 15ef056

Browse files
committed
Refactor period task initialization + running all task at the end of tests.
1 parent 5d397af commit 15ef056

File tree

3 files changed

+176
-176
lines changed

3 files changed

+176
-176
lines changed

app/lib/service/entrypoint/analyzer.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ Future _workerMain(EntryMessage message) async {
6868
await taskBackend.start();
6969
registerScopeExitCallback(() => taskBackend.stop());
7070

71-
setupAnalyzerPeriodicTasks();
72-
setupSearchPeriodicTasks();
71+
setupPeriodTaskSchedulers();
7372

7473
// wait indefinitely
7574
await Completer().future;

0 commit comments

Comments
 (0)