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

Job status check cron #552

Draft
wants to merge 50 commits into
base: feature/regenerate-existing-images
Choose a base branch
from

Conversation

ankitrox
Copy link

@ankitrox ankitrox commented Oct 6, 2022

Summary

Create a cron which will do the following

  1. Runs hourly.
  2. Resume any halted/incomplete jobs.
  3. Remove old completed jobs from the queue (background_job taxonomy).

Fixes #484

Relevant technical choices

Checklist

  • PR has either [Focus] or Infrastructure label.
  • PR has a [Type] label.
  • PR has a milestone or the no milestone label.

Ankit Gade added 30 commits September 5, 2022 17:32
To-do: Add partial status in job class
@ankitrox ankitrox added [Focus] Images Issues related to the Images focus area no milestone PRs that do not have a defined milestone for release [Type] Epic A high-level project / epic that will encompass several sub-issues [Module] Regenerate Existing Images Issues for the Regenerate Existing Images module labels Oct 6, 2022
@ankitrox ankitrox self-assigned this Oct 6, 2022
@ankitrox ankitrox changed the base branch from trunk to feature/regenerate-existing-images October 7, 2022 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Focus] Images Issues related to the Images focus area [Module] Regenerate Existing Images Issues for the Regenerate Existing Images module no milestone PRs that do not have a defined milestone for release [Type] Epic A high-level project / epic that will encompass several sub-issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create Background Processing Infrastructure: Create Status Cron Event
1 participant