-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support CRON/scheduled jobs #538
Labels
feature
Indicates a new feature
Comments
Another example I'd like to highlight is when a repo uses a large number of external dependencies, especially when built from source code external repositories. Being able to schedule rebuilds to test their latest versions is helpful to ensure we're getting the latest version of a repository. |
We are planning to submit a proposal for this functionality in the near future. |
This was referenced May 3, 2023
This was referenced May 11, 2023
This was referenced May 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Support for CRON jobs
Value
Our particular use cases may differ from others, but having the ability to schedule recurring jobs would greatly benefit our deployment of various tooling that supports development of our app. Some examples:
The text was updated successfully, but these errors were encountered: