Skip to content
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

Closed
ecrupper opened this issue Mar 22, 2022 · 2 comments · Fixed by go-vela/docs#366
Closed

Support CRON/scheduled jobs #538

ecrupper opened this issue Mar 22, 2022 · 2 comments · Fixed by go-vela/docs#366
Assignees
Labels
feature Indicates a new feature

Comments

@ecrupper
Copy link
Contributor

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:

  • we have a number of test automation suites to check service behavior that the app is dependent on and need to have the ability to schedule recurring builds of these suites
  • our program authenticates with Apple services when deployed, but in order to work properly, it needs to be redeployed when its auth token expires (which Apple has set to occur every 8 hours). We're currently investing a lot of time in workaround discovery on this problem and while we think that it may be possible to get a token with a longer TTL, we know that we'll still need to redeploy every n number of days anyway.
@ecrupper ecrupper added the feature Indicates a new feature label Mar 22, 2022
@Derekt2
Copy link

Derekt2 commented May 31, 2022

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.

@JordanSussman
Copy link
Collaborator

We are planning to submit a proposal for this functionality in the near future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Indicates a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants