This commit is contained in:
2023-01-18 01:19:47 +00:00
parent a2fda0e738
commit 1ff42db380
7 changed files with 181 additions and 125 deletions

View File

@@ -260,9 +260,13 @@ namespace Sockeye.Biz
await CoreNotificationSweeper.DoWorkAsync();
if (!KeepOnWorking()) return;
//SOCKBOT - SUBSCRIPTION SERVER HEALTH CHECKS
//JOB SWEEPER / AND USER COUNT CHECK
//JOB SWEEPER
await CoreJobSweeper.DoWorkAsync();
if (!KeepOnWorking()) return;