Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

Fix time_triggers and scheduling logic in Payroll #132

Description

@webpiratt
  • 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;

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Fields

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions