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