You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/04/27 10:58:42 UTC

[GitHub] [shardingsphere-elasticjob] yun-0001 commented on issue #2071: cron expression parsing exception

yun-0001 commented on issue #2071:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2071#issuecomment-1110863324

   server:
     port: 9999
   spring:
     datasource:
       driver-class-name: com.mysql.cj.jdbc.Driver
       hikari:
         connection-test-query: SELECT 1
         connection-timeout: 30000
         idle-timeout: 30000
         max-lifetime: 1800000
         maximum-pool-size: 25
         minimum-idle: 10
         pool-name: ScHikariCP
       password: xxxx
       type: com.zaxxer.hikari.HikariDataSource
       username: root
       url: xxxx
     type-aliases-package: com.szgx.saas.admin.service.dao.po.mysql
     mapper-locations: classpath:mapper/*.xml
   
   elasticjob:
     tracing:
       type: RDB
     regCenter:
       serverLists: xxxx:2181
       namespace: saas-jobs
       session-timeout-milliseconds: 60000
       connection-timeout-milliseconds: 60000
       max-retries: 5
     jobs:
       wehcatExecuteHistoryTaskJob:
         elasticJobClass: com.szgx.saas.jobs.jobs.WehcatExecuteHistoryTaskJob
         cron: 0 0 0 1 * ?
         shardingTotalCount: 1
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org