# Version 9.1.109 (16 August 2024)

### Ruleset Management | Payroll Connectors

#### PaySpace: Add job to process daily (#116644)

<div id="bkmrk-problem">**Problem**</div><div id="bkmrk-%C2%A0"> </div><div id="bkmrk-the-front-end-of-the">- The front end of the payroll connectors offers a feature to pull or push data on a schedule daily but no such job exists.

</div><div id="bkmrk-%C2%A0-1"> </div><div id="bkmrk-solution">**Solution**</div><div id="bkmrk-%C2%A0-2"> </div><div id="bkmrk-add-a-quartz-job-in-">- 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.

</div>---