Open dudumiquim opened 1 year ago
I'm terribly sorry, but this is not possible with the current version of Cronicle v1. However, it will be a feature in Cronicle v2 (Orchestra), coming later this year.
@jhuckaby, will you use "second" ticks vs "minute" ticks in V2, or intra-minute jobs would have their own timers?
@mikeTWC1984 Haven't decided yet. Was considering ticking the scheduler every second, but optimizing by skipping all events that don't use seconds, except on the minute tick.
@jhuckaby are there any plans to implement support for scheduling jobs every second in Cronicle? I have a use case where I need to make an API call every 1 second, and having this feature would be extremely helpful. Thanks for considering this!
Yup, seconds are coming in v2!
I'm looking forward to this feature. Is there any roadmap of v2?
@adoyle-h Errr, roadmap? Well, the roadmap is here, but I haven't updated it in a while: https://github.com/jhuckaby/Cronicle/wiki/Roadmap
I think you were maybe asking about a timeline until v2? I know that I keep unintentionally lying and pushing this date out, but I honestly don't mean to. I'm currently targeting early 2025. I'm so sorry v2 is taking so long.
I have a specific user of cron jobs, running every 10 seconds. Looking at the Cronicle, the max recurring is minute. Can I change something to permit defined seconds too?