Version 9.1.109 (16 August 2024)
Ruleset Management | Payroll Connectors
PaySpace: Add job to process daily (#116644)
Problem
- The front end of the payroll connectors offers a feature to pull or push data on a schedule daily but no such job exists.
Solution
- Add a quartz job in the import services to run all the active payroll connectors regardless of type daily.
- The job should fire the global command handler that serves as the controller to call and process the payroll connectors according to their configuration.
- Currently, only PaySpace connectors will be processed.
- Add the daily schedule to appsettings and the Helmcharts of the import service.