adf29ba998c1f9903b0dc86249d5d623bb873c60
* 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' );
scheduler4e
FourElements scheduler from release 2.1.2 plus source and target setup for java8
Languages
JavaScript
87.2%
Java
7.1%
CSS
3%
HTML
2%
PHP
0.3%