infinyon / infinyon/sdf-support
feat: add support for using intervals in schedules
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Currently, when using [schedules](https://www.fluvio.io/sdf/how-to/scheduling), we can only use cron notation to run services. This limits running logic more frequently than a minute.
It would be great to support an `interval` property so that we can run logic at higher frequency:
```yaml
schedule:
every-min:
# cron: "* * * * *"
interval: 30s
```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the scheduling behavior described in the SDF scheduling documentation and trace where cron-based schedules are handled. Define the interval syntax and verify that a schedule such as interval: 30s runs logic more frequently than once per minute.
Written by the indexing model from the issue text.
Assessment
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100