bernarto adf29ba998 * lib-scheduler-engines/src/main/java/com/fourelementscapital/scheduler/engines/PythonScript.java
* lib-scheduler-engines/src/main/java/com/fourelementscapital/scheduler/group/PythonScriptTask.java
      Added new: the new python engine based on cpython

  * lib-scheduler-queue/src/main/java/com/fourelementscapital/scheduler/peer/QueueFactory.java
      Added: the new factory for cpython

  * lib-scheduler-queue/src/main/java/com/fourelementscapital/scheduler/ScheduledTaskFactory.java
      Adjusted: accordingly to hook up the new engine
            Associated SQL statements needed in bbsync database:

              update scheduler_group set enginetype = 'pscript4pythonengine'
                where taskuid = 'rscript4rserveunix_python';

              insert into scheduler_taskpeers( taskuid, peername )
                values( 'rscript4rserveunix_python', '4ecapsvid13' );
2021-12-16 15:31:45 +08:00
2021-11-16 11:19:21 +07:00
2021-11-16 11:19:21 +07:00
2021-11-16 11:19:21 +07:00
2021-11-16 11:19:21 +07:00
2021-11-16 10:39:41 +07:00

scheduler4e

FourElements scheduler from release 2.1.2 plus source and target setup for java8

S
Description
No description provided
Readme
66 MiB
Languages
JavaScript 87.2%
Java 7.1%
CSS 3%
HTML 2%
PHP 0.3%