You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this is the correct place and way to request a feature since I'm pretty new to logging issues. (Please don't flame me)
I want to thank you all for this amazing piece of software you have created, I use it on a daily basis and it has taken my user experience to the next level.
I recently discovered that I would need to create two more CRON jobs for my day job. One will need to run on every weekday and the other on every last day of the month. I did some research and CRON does support the use of W and L for weekday and last day.
I want to thank you all for this amazing piece of software you have created
Thanks! I'm glad you like it.
I did some research and CRON does support the use of W and L for weekday and last day.
I think only some cron implementations support W and L. For example, crontab does not, while quartz does.
The implementation of this feature is not trivial, because cron quartz has mutiple meanings for W and L.
Unfortunately, I don't have the time to implement this at the moment, but I'm happy to accept a PR if someone wants to give it a try.
Hi everyone!
I don't know if this is the correct place and way to request a feature since I'm pretty new to logging issues. (Please don't flame me)
I want to thank you all for this amazing piece of software you have created, I use it on a daily basis and it has taken my user experience to the next level.
I recently discovered that I would need to create two more CRON jobs for my day job. One will need to run on every weekday and the other on every last day of the month. I did some research and CRON does support the use of W and L for weekday and last day.
I was wondering if there was ever a possibility for this feature to be added to vue-js-cron?
https://www.baeldung.com/cron-expressions
Once again, thank you all so much!
The text was updated successfully, but these errors were encountered: