question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RecurrenceRule "date" does not work

See original GitHub issue

I expect the following to run only on the first day of each month since "date": 1, but instead of would run every single day.

schedule.scheduleJob({ "date": 1, "hour": 6, "minute": 30 }, cb);

I’m now testing out the following. Hopefully this does what I want.

schedule.scheduleJob("30 6 1 * *", cb);

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:12 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
alexgleasoncommented, Nov 14, 2017

Thanks for your efforts on this. Really strange issue. The cron string worked fine so we’re happy. Still, very unusual.

0reactions
santigimenocommented, Nov 14, 2017

Closing it. Feel free to reopen if you can provide some more info about how to reproduce the issue. Thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

Recurrence Rule Not working | Xamarin.Forms Forums
I'm having issues with setting up a daily recurrence rule. ... example you provided works because your appointment start time is Todays date...
Read more >
RecurrenceRule Problems... in UI for ASP.NET AJAX - Telerik
Hi, I got several problems with the RecurrenceRule. ... In order to have a recurrence rule which has an end date before the...
Read more >
RecurrenceRuleIterator always returns start date as the first ...
The rule describes an event that should occur on last Friday of March, June, September and December. The rule is correct - checked...
Read more >
Google calendar RRULE fails when updating but not when ...
FREQ=WEEKLY;DTSTART=20201203T090000;INTERVAL=2;BYDAY=TH;EXDATE:20201203T090000 is not a valid recurrence rule. With all the invalid parts ...
Read more >
3.8.5.3. Recurrence Rule | iCalendar (RFC 5545)
In most cases, a "DTSTART" property of DATE-TIME value type used with a recurrence rule, should be specified as a date with local...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found