We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For the sake of simplicity, rather than attempting to display all of these fields (we'd have to pull all of this out of rrule):
I decided to use https://www.npmjs.com/package/rrule#rruleprototypetotextgettext-language to generate a human readable string that would generally capture what all those fields mean.
The one exception to this is if a job is only scheduled to run one time (we show None (Run Once) rather than getText()'s run daily for 1 time).
None (Run Once)
getText()
run daily for 1 time
This issue is meant to track a couple of different things:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ISSUE TYPE
SUMMARY
For the sake of simplicity, rather than attempting to display all of these fields (we'd have to pull all of this out of rrule):
I decided to use https://www.npmjs.com/package/rrule#rruleprototypetotextgettext-language to generate a human readable string that would generally capture what all those fields mean.
The one exception to this is if a job is only scheduled to run one time (we show
None (Run Once)
rather thangetText()
'srun daily for 1 time
).This issue is meant to track a couple of different things:
The text was updated successfully, but these errors were encountered: