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/19 02:59:09 UTC

[GitHub] [shardingsphere-elasticjob] ycy1991 commented on issue #2067: Multi slice useless scheduling

ycy1991 commented on issue #2067:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2067#issuecomment-1101943640

   config
   cron: 0/5 * * * * ?
   description: ''
   disabled: false
   failover: false
   jobExtraConfigurations:
   - !!org.apache.shardingsphere.elasticjob.tracing.yaml.YamlTracingConfiguration
     tracingStorageConfiguration: !!org.apache.shardingsphere.elasticjob.tracing.rdb.yaml.YamlDataSourceConfiguration
       dataSourceClassName: org.apache.commons.dbcp2.BasicDataSource
       props:
         logAbandoned: false
         numTestsPerEvictionRun: 3
         url: jdbc:h2:mem:job_event_storage
         timeBetweenEvictionRunsMillis: -1
         enableAutoCommitOnReturn: true
         removeAbandonedTimeout: 300
         lifo: true
         driverClassName: org.h2.Driver
         softMinEvictableIdleTimeMillis: -1
         rollbackOnReturn: true
         abandonedUsageTracking: false
         testOnBorrow: true
         testOnReturn: false
         numIdle: 1
         maxIdle: 8
         minIdle: 0
         logExpiredConnections: true
         maxTotal: 8
         numActive: 0
         defaultTransactionIsolation: -1
         testOnCreate: false
         removeAbandonedOnMaintenance: false
         fastFailValidation: false
         password: ''
         cacheState: true
         initialSize: 0
         maxWaitMillis: -1
         validationQueryTimeout: -1
         evictionPolicyClassName: org.apache.commons.pool2.impl.DefaultEvictionPolicy
         maxOpenPreparedStatements: -1
         removeAbandonedOnBorrow: false
         connectionInitSqls: []
         testWhileIdle: false
         autoCommitOnReturn: true
         minEvictableIdleTimeMillis: 1800000
         maxConnLifetimeMillis: -1
         username: sa
     type: RDB
   jobName: scriptElasticJob
   jobParameter: ''
   maxTimeDiffSeconds: -1
   misfire: true
   monitorExecution: true
   overwrite: false
   props:
     script.command.line: D:\workspace\shardingsphere-elasticjob\examples\elasticjob-example-lite-java\target\classes\script\demo.bat
   reconcileIntervalMinutes: 10
   shardingItemParameters: ''
   shardingTotalCount: 3
   staticSharding: false


-- 
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