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 indexing job manager #133

Merged
merged 9 commits into from
Aug 10, 2024
Merged

Conversation

jgbradley1
Copy link
Collaborator

@jgbradley1 jgbradley1 commented Aug 10, 2024

This PR restructures the API endpoint that kicks off indexing jobs. A k8s cronjob has been added to the backend application so that it effectively acts as a manager for indexing jobs (checking for a running job and scheduling the next job if any exist).

  • multiple graphrag indexing jobs can be submitted and the job manager will run each job in the order that they were submitted (based on time).
  • small update to disable localAuth on CosmosDB
  • small update to deployment script to check and remove an APIM instance if it is in a soft-deleted state. This prevents deployments from erroring out if a deployment is run in the same resource group again

@jgbradley1 jgbradley1 requested a review from a team as a code owner August 10, 2024 01:44
@jgbradley1 jgbradley1 merged commit 8118923 into main Aug 10, 2024
7 checks passed
@jgbradley1 jgbradley1 deleted the joshbradley/add-indexing-job-manager branch August 10, 2024 02:22
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.

1 participant