mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
- Added new config entry job_schedulers_list to config/jqm.php
- Library JobsQueueLib: - Added constant JOB_SCHEDULERS_LIST - Constructor now loads the jqm configs - Added new public method schedule
This commit is contained in:
@@ -11,3 +11,12 @@ $config['job_type_permissions_white_list'] = array(
|
||||
'OEHPayment' => 'developer:rw',
|
||||
'SAPPayment' => 'developer:rw'
|
||||
);
|
||||
|
||||
// List of schedulers that can be run by the scheduler
|
||||
$config['job_schedulers_list'] = array( // Controllers
|
||||
'extensions/FHC-Core-SAP/JBMScheduler' => array( // Methods
|
||||
'newUsers',
|
||||
'updateUsers'
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user