You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
move scheduler.worker to separated instance, now it runs together with payroll.worker - that means payroll.worker must be single instance (unscalable);
time_triggers table and scheduling logic in payroll.worker needs to be fixed/changed. Currently it doesn't schedule for subsequent runs, also we have data duplication in case of policy changed, we must store only policyID on scheduler side;
double check IsAlreadyProposed, seems it doesn't filter as expected;
scheduler.workerto separated instance, now it runs together withpayroll.worker- that meanspayroll.workermust be single instance (unscalable);time_triggerstable and scheduling logic inpayroll.workerneeds to be fixed/changed. Currently it doesn't schedule for subsequent runs, also we have data duplication in case of policy changed, we must store only policyID on scheduler side;IsAlreadyProposed, seems it doesn't filter as expected;