-
- [x] 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:/…
-
## Expected Behavior
I have a cron workflow that uses the cron expression "@every 30s". This works fine when run against a temporal server, however, it fails when using the workflow unit test scaff…
-
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…
-
There should be a policy to control the download speed and the time when synchronization happens.
-
**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…
-
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,…
-
### 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…