Skip to content
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

RepeatOptions - is 'endDate' and 'tz' supported? #1327

Closed
valeeum opened this issue Jul 16, 2022 · 2 comments
Closed

RepeatOptions - is 'endDate' and 'tz' supported? #1327

valeeum opened this issue Jul 16, 2022 · 2 comments

Comments

@valeeum
Copy link

valeeum commented Jul 16, 2022

Curious if endDate and tz properties are officially supported for repeatable jobs. I saw references to it in issues and in tests/test_repeat.ts but not in interfaces/repeat-options.ts.

@valeeum
Copy link
Author

valeeum commented Jul 16, 2022

nevermind, I see RepeatOptions extends ParserOptions from https://www.npmjs.com/package/cron-parser. for anyone else curious, the signature for ParserOptions can be viewed here - https://github.com/harrisiirak/cron-parser/blob/master/types/common.d.ts

@valeeum valeeum closed this as completed Jul 16, 2022
@manast
Copy link
Contributor

manast commented Jul 17, 2022

Yeah, for some reason typedoc does not fetch the type information from ParerOptions https://api.docs.bullmq.io/interfaces/RepeatOptions.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants