jeecg 3.7 cluster timing task dynamic publishing module usage rules

jeecg 3.7 Timing Task Dynamic Publishing Module Usage Rules

 

Menu path, system monitoring-->Scheduled tasks

Field Description:

 Task ID, task description: you can customize

cron expression:

          Define the time rules for task triggering. Provide an address to generate cron online, http://cron.qqe2.com/

Task class name:

          The business class that executes timed tasks, implements the org.quartz.Job interface, and the system automatically executes the execute method when the task is triggered. Format: package name.class name, for example: com.mypackage.ClassName

Execute server IP :

         It is dedicated to the cluster, and configures the IP address of the server to perform the task. A single server is not a cluster environment, the default is "local".

Remote host: dedicated to the cluster, configure the server address that accepts commands (format: IP, domain name [port] + project name, for example: 192.168.100/jeecg).

       When the "execution server IP" does not match the current server IP, the system will send an instruction to start the scheduled task to the host to notify the "remote host" to start the scheduled task. A single server is not a cluster environment, the default is "local".

 

Source code download address: http://git.oschina.net/jeecg/jeecg

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326395505&siteId=291194637