-
> [!warning]
> ### Artifacts v3 brownouts
>Artifact actions v3 will be closing down by December 5, 2024. To raise awareness of the upcoming removal, we will temporarily fail jobs using v3 of actions…
-
**Is your feature request related to a problem? Please describe.**
I think the DX for scheduled jobs could be improved, with native support for job scheduling instead of having to perform a delay c…
-
Goal:
Write documentation on using scheduled managed jobs and/or enhance existing operator code to accommodate for it.
-
> [!warning]
> ### Artifacts v3 brownouts
>Artifact actions v3 will be closing down by December 5, 2024. To raise awareness of the upcoming removal, we will temporarily fail jobs using v3 of actions…
-
Time of day support
Example:
```swift
//pseudocode
let morning = Date("08:00")
Jobs.shared.add(date: morning ) {
print("Good morning!")
}
```
- [ ] `Date` support
- [ ] `Unix timestamp…
-
As a developer, I would like to be able to easily schedule a re-occurring job, similarly to cron job
-
Ability to create scheduled jobs
-
This app has not yet been scheduled for upgrade. Once it is upgraded, we should update the cron job and add the schedule job to rotate the logs similar to the other apps that have already been upgrade…
-
Hi,
we are using your lib a while but thought we are missing a feature to schedule jobs automaticly using infrastructure as code.
We think it would be possible to leverage @google-cloud/scheduler …
-
> [!warning]
> ### Artifacts v3 brownouts
>Artifact actions v3 will be closing down by December 5, 2024. To raise awareness of the upcoming removal, we will temporarily fail jobs using v3 of actions…