Commit Graph
3 Commits
Author SHA1 Message Date
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
bernarto 15c5bd748d * project/bldb/src/main/java/com/fe/svn/SVNSyncFile.java
Fixed: compilation error: int can not be converted to long
2021-12-15 22:32:25 +08:00
bernarto bee21d279a Initial populations 2021-11-16 11:19:21 +07:00