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

v1 Scheduled Jobs / Third Party Sync Migration #171

Open
wants to merge 53 commits into
base: master
Choose a base branch
from

Conversation

mattwilshire
Copy link
Member

  • Adds the ability to create scheduled jobs (currently only for third party syncs) that run off of a cron schedule.
  • Third party sync configurations are pulled from the application.properties and pushed to a new scheduled_job table.
  • The ScheduledJobManager handles the creation and deletion of jobs.
  • The job listener updates the status of each job pre and post execution.
  • New endpoints for fetching, triggering and toggling scheduled jobs.

@mattwilshire mattwilshire force-pushed the mattwilshire/v1-thirdparty-sync-migration branch from 0b9f4fa to a9a1336 Compare October 31, 2024 12:18
@mattwilshire mattwilshire marked this pull request as ready for review November 4, 2024 18:21
@mattwilshire mattwilshire requested a review from a team as a code owner November 4, 2024 18:21
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.

4 participants