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

Adds Scheduled Jobs Support to Load Manager #86

Merged
merged 4 commits into from
Jul 1, 2024

Conversation

btylerburton
Copy link
Contributor

Pull Request

Related to GSA/data.gov#4779

About

Summary of changes:

  • adds scheduled jobs and better support for manual jobs to load manager;
  • removes 'manual' from job status enum;
  • removes 'dict' type returns from interface in favor of ORM; cleans up tests after removal of to_dict;

PR TASKS

  • The actual code changes.
  • Tests written and passed.
  • Any changes to docs?

adds better support for manual jobs;
removes 'manual' from job status enum;
removes 'dict' type returns from interface in favor of ORM;
cleans up tests after removal of to_dict;
@btylerburton btylerburton requested a review from a team June 26, 2024 21:28
jbrown-xentity
jbrown-xentity previously approved these changes Jun 26, 2024
Copy link
Contributor

@jbrown-xentity jbrown-xentity left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ton of good cleanup in here, nice work @btylerburton ! Just a few comments to consider...

database/models.py Outdated Show resolved Hide resolved
harvester/utils/utils.py Outdated Show resolved Hide resolved
tests/integration/app/test_load_manager.py Outdated Show resolved Hide resolved
@btylerburton btylerburton merged commit ae5647f into main Jul 1, 2024
4 checks passed
@btylerburton btylerburton deleted the load-manager-updates branch July 1, 2024 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants