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

Add workers functions to create/update jobs' stage and status #918

Merged
merged 49 commits into from
Dec 5, 2024

Conversation

AndrewThien
Copy link
Contributor

@AndrewThien AndrewThien commented Nov 29, 2024

Changes

This PR added logic to create records about concepts Jobs into the backend for each SR table update, and logic to update these records into the Workers function, in order to get the basic details about the job's progress, basic error handling, and also information about the each job's creation time and updated time.

Close #745

Copy link

github-actions bot commented Nov 29, 2024

Tests Skipped Failures Errors Time
25 1 💤 6 ❌ 0 🔥 4.494s ⏱️

@AndrewThien AndrewThien marked this pull request as ready for review November 29, 2024 14:52
app/workers/shared_code/db.py Outdated Show resolved Hide resolved
app/workers/RulesOrchestrator/__init__.py Outdated Show resolved Hide resolved
@AndrewThien AndrewThien requested a review from AndyRae December 4, 2024 10:49
@AndrewThien AndrewThien merged commit 3e8c33a into master Dec 5, 2024
14 checks passed
@AndrewThien AndrewThien deleted the feat/745/add-workers-function branch December 5, 2024 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Workers to create/update Scan Report Jobs
4 participants