jhuckaby / Cronicle

A simple, distributed task scheduler and runner with a web based UI.
http://cronicle.net
Other
3.87k stars 388 forks source link

Include Seconds in Timing Details #590

Open dudumiquim opened 1 year ago

dudumiquim commented 1 year ago

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?

jhuckaby commented 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.

mikeTWC1984 commented 1 year ago

@jhuckaby, will you use "second" ticks vs "minute" ticks in V2, or intra-minute jobs would have their own timers?

jhuckaby commented 1 year ago

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

osm-vishnukyatannawar commented 2 months ago

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

jhuckaby commented 2 months ago

Yup, seconds are coming in v2!

adoyle-h commented 2 months ago

I'm looking forward to this feature. Is there any roadmap of v2?

jhuckaby commented 2 months ago

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