-
- [ ] https://github.com/robfig/cron/pull/495
- [ ] https://github.com/robfig/cron/pull/529
- [ ] https://github.com/robfig/cron/pull/524
- [x] Add support for `context.Context` - **see https://git…
-
The development of https://github.com/robfig/cron seems to be stopped and thus it should probably be replaced.
-
### Problem Description:
I followed the documentation https://knative.dev/docs/eventing/sources/ping-source/ to deploy and create several PingSources to trigger my functions. After running for a fe…
-
ability to specify schedule like 11am on '2nd weekday of the month', 'last 5 days of the month', 'last business day of the month'
see examples at the end of:
https://confluence.atlassian.com/servi…
-
**Is your feature request related to a problem? Please describe.**
Some workflows need to run at specific local time as they are related to other business processes. Right now the cron schedule can o…
-
ability to specify schedule like 11am on '2nd weekday of the month', 'last 5 days of the month', 'last business day of the month'
see examples at the end of:
https://confluence.atlassian.com/servi…
-
### Describe the bug
Cron expressions like `0 6 * * MON#1` are currently able to being registered, display and executed, but flytescheduler produces the following error logs:
```
unable to register…
-
### Motivation: Why do you think this is important?
There are instances where some flows are expected to launch at a time anchored to a specific time zone. The CronSchedule has an `offset` paramete…
-
Hey Christian,
starting with 0.23.0 i get the error "invalid memory address or nil pointer dereference". See debug logs below.
In addition, i tested the versions 0.24.0, 0.25.0 and 0.26.0 where th…
-
it would be nice to have support for to run a job every n seconds, so i can do health monitoring every 5 seconds instead of every minute.
the cron libraries you use has support for seconds parsing,…