This commit is contained in:
@@ -267,9 +267,10 @@ namespace Sockeye.Biz
|
||||
await SockBotProcessVendorNotifications.DoWorkAsync();
|
||||
if (!KeepOnWorking()) return;
|
||||
|
||||
//SOCKBOT - PROCESS PURCHASES INTO LICENSES
|
||||
await SockBotProcessPurchasesIntoLicenses.DoWorkAsync();
|
||||
if (!KeepOnWorking()) return;
|
||||
// //SOCKBOT - PROCESS PURCHASES INTO LICENSES
|
||||
//ON HOLD for now
|
||||
// await SockBotProcessPurchasesIntoLicenses.DoWorkAsync();
|
||||
// if (!KeepOnWorking()) return;
|
||||
|
||||
//JOB SWEEPER
|
||||
await CoreJobSweeper.DoWorkAsync();
|
||||
|
||||
Reference in New Issue
Block a user