-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test for cron expressions overlap #476
Comments
Hi @jmrozanec! I'd like to work on this issue. Just to check if I understood the feature correctly, the |
@diegoramosb that is correct! 😄 We look forward to your PR! Greetings to Bogotá! |
Hey there! I just wanted to let you know that I'm still working on this issue. I've made progress on completing it, but it's way more complicated than I initially thought and I haven't been able to work on it for the last week or so. |
@diegoramosb we appreciate the status! 😄 Just send the PR when done, and we will be glad to merge and release a new version! |
@jmrozanec has this feature been completed yet? I implemented something similar for work, I'd like to continue contributing on this if help is still needed. |
@jiachengzhang1 please, go ahead! The contribution is welcome! 😄 |
@jmrozanec has the overlap feature released yet or is there any update on this? I have a similar use in my project where I have to compare two crons and reschedule if there is any overlap. The crons can be of any form and still they should be checked for an overlap. Please let me know if there is any release or else I would Like to work on it. |
@saurabhk70306 thank you for reaching out. We did not release yet. You can expect a major release before March. |
Given the following expressions:
We would ideally want to test cron1.overlap(cron2) -> true
The text was updated successfully, but these errors were encountered: