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
Is your feature request related to a problem? Please describe.
No, it is a new feature to enable users to use this package with other cron-job related solutions like: https://github.com/agilord/cron
Describe the solution you'd like
I want to propose this package to have a method to export a cron expression for the respective period, in string type, so that we can create period jobs with cron-job packages directly from the created periods.
I think it would be really useful for scheduler applications.
Describe alternatives you've considered
Adding a public method into Period or PeriodGenerator class.
Create a Converter class to convert a Period into specific supported patterns, where one could be Cron Expression.
Additional context
None.
Search for Existing Issues: None
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
No, it is a new feature to enable users to use this package with other cron-job related solutions like: https://github.com/agilord/cron
Describe the solution you'd like
I want to propose this package to have a method to export a cron expression for the respective period, in string type, so that we can create period jobs with cron-job packages directly from the created periods.
I think it would be really useful for scheduler applications.
Describe alternatives you've considered
Adding a public method into Period or PeriodGenerator class.
Create a Converter class to convert a Period into specific supported patterns, where one could be Cron Expression.
Additional context
None.
The text was updated successfully, but these errors were encountered: