This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user