-
Notifications
You must be signed in to change notification settings - Fork 4
feat: batch sync content using action scheduler #231
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
Draft
Kallyan01
wants to merge
20
commits into
main
Choose a base branch
from
feat/batch-sync-content
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
64f09e5
feat: implement job registry and abstract job class for asynchronous …
Kallyan01 57f6a3d
feat: implement JobScheduler class for managing job lifecycle with Ac…
Kallyan01 e207b45
refactor: remove JsonSerializable implementation from AbstractJob class
Kallyan01 4a03fe6
feat: implement job scheduling system with ReindexJob and SyncJob for…
Kallyan01 0eec653
feat: enhanced job management and UI for reindexing process
Kallyan01 4ded723
feat: add remote job status endpoint, permission checks for job manag…
Kallyan01 a8b9812
feat: enhance job management with timestamp and error handling in Syn…
Kallyan01 27f7942
feat: improve job handling and error logging in ReindexJob and JobSch…
Kallyan01 c6161d2
feat: increase default batch size from 10 to 30 in ReindexJob and rel…
Kallyan01 b5e924c
feat: enhance reindexing process with improved state management and b…
Kallyan01 d6c18b4
feat: add pagination support to job history and fixed batch counts bu…
Kallyan01 6fd9389
feat: update retry logic and transient key for reindex state management
Kallyan01 9b61f67
test: add tests for reindex status endpoint and handle active reindex…
Kallyan01 10fb666
feat: enhance history details view with improved styling and interaction
Kallyan01 61c8139
feat: Improved remote job retry functionality and enhance job failure…
Kallyan01 4b2f562
fix: split composer install to avoid Strauss token validation failure…
Copilot a54d6f2
feat: enhance job status rendering with support for text display type
Kallyan01 9990143
test: added unit tests for job registry, reindex job, sync job, and j…
Kallyan01 f9d8740
fix: job cancellation issues resolved
Kallyan01 265d0b1
fix: resolved CI issue related to strauss
Kallyan01 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NEVER change the CI as part of an unrelated code change.
Either the CI is broken and deserves its own PR to fix, or you need to doublecheck you assumptions about whether it needs changing at all.