mod-finc-config: Utilize timer interface instead of Quartz
Description
The Quartz Scheduler is not configured to manage state across multiple module instances. Currently, each instance runs its own scheduler, causing jobs to execute independently and potentially interfere with one another.
Since the EZB harvesting job runs at a fixed time, we can switch to Okapi’s timer interface instead.
The Quartz Scheduler is not configured to manage state across multiple module instances. Currently, each instance runs its own scheduler, causing jobs to execute independently and potentially interfere with one another.
Since the EZB harvesting job runs at a fixed time, we can switch to Okapi’s timer interface instead.