- 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:
Paolo
2020-07-22 00:56:52 +02:00
parent 21703cfc00
commit be7ea871be
4 changed files with 126 additions and 0 deletions
+1
View File
@@ -75,3 +75,4 @@ abstract class JQW_Controller extends JOB_Controller
return $result;
}
}