refactor(historical eom): added logging to know when it fires off
This commit is contained in:
@@ -16,6 +16,11 @@ export const createLogisticsJob = (
|
||||
}
|
||||
|
||||
// Create new job with Croner
|
||||
|
||||
// console.log(timezone);
|
||||
// console.log(
|
||||
// new Date().toLocaleString("en-US", { timeZone: "America/Chicago" })
|
||||
// );
|
||||
runningLogisticsCrons[id] = new Cron(
|
||||
schedule,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user