This commit is contained in:
2023-01-25 23:20:52 +00:00
parent 1198493bc7
commit 25e0561105
2 changed files with 23 additions and 10 deletions

View File

@@ -267,6 +267,11 @@ namespace Sockeye.Biz
await SockBotProcessVendorNotifications.DoWorkAsync();
if (!KeepOnWorking()) return;
//SOCKBOT - PROCESS PURCHASES INTO LICENSES
await SockBotProcessPurchasesIntoLicenses.DoWorkAsync();
if (!KeepOnWorking()) return;
//JOB SWEEPER
await CoreJobSweeper.DoWorkAsync();
if (!KeepOnWorking()) return;