kaihekaihe opened a new issue #1530:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1530
## Feature Request
**For English only**, other languages will not accept.
Please pay attention on issues you submitted, because we maybe need more
details.
If no response anymore and we cannot make decision by current information,
we will **close it**.
Please answer these questions before submitting your issue. Thanks!
### Is your feature request related to a problem?
### Describe the feature you would like.
Using quartz simple scheller like this:
trigger = newTrigger()
.withIdentity("trigger8")
.startAt(evenHourDate(null))
.withSchedule(simpleSchedule()
.withIntervalInHours(2)
.repeatForever())
.build();
Such kind of jobs can not be done by cron jobs。Is there any any plan to
support “fix_delay”,"fix_rate" job?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]