sandynz commented on issue #13800: URL: https://github.com/apache/shardingsphere/issues/13800#issuecomment-983321039
For heartbeat, set time interval might be enough (e.g. every 5 seconds), it's simpler than cron expression. If there're several heartbeat jobs to do, `HashedWheelTimer` is an alternative, it's performant. I'll consider whether add it to ElasticJob or not later. How do you think? @menghaoranss -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
