-
Notifications
You must be signed in to change notification settings - Fork 4
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
Selectively switch to Alpha workers execution from legacy judge #155
Merged
Conversation
This file contains 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 was referenced Oct 26, 2023
gogo4ds
previously approved these changes
Oct 30, 2023
gogo4ds
requested changes
Nov 9, 2023
MTsatsarov
added a commit
to SoftUni-Internal/OpenJudgeSystem
that referenced
this pull request
Nov 10, 2023
Closes SoftUni-Internal/exam-systems-issues#1033 Linked pull requests from another repos (if any): SoftUni-Internal/judge-worker#155 #906 SoftUni-Internal/judge-worker#156 **Summary of the changes made**: 1. Added health checks for alpha projects. 2. Change the Worker debug configuration, key and password for checks added. 3. Required mappings and resolvers added to allow legacy Judge to send submissions to alpha workers. 4. Now instead of the className the alpha sends the name of the checker to workers. This is done because legacy sends the name and the validation in the alpha workers is before mapping to TestInputModel which is the exact model that is used.
gogo4ds
previously approved these changes
Nov 13, 2023
gogo4ds
previously approved these changes
Nov 21, 2023
gogo4ds
requested changes
Nov 21, 2023
gogo4ds
previously approved these changes
Nov 23, 2023
* Throw exception when worker cannot handle submission * Return worker state when checking if submission can be processed * Remove nullable check * remove nullable submission * Fix nullable worker * Fixed logic for checking worker state --------- Co-authored-by: Georgi Georgiev <[email protected]>
gogo4ds
changed the title
Add filtration for submission for processing.
Selectively switch to Alpha workers execution from legacy judge
Dec 20, 2023
gogo4ds
approved these changes
Jan 24, 2024
gogo4ds
added a commit
to SoftUni-Internal/OpenJudgeSystem
that referenced
this pull request
Jan 24, 2024
Closes SoftUni-Internal/exam-systems-issues#1031 Closes SoftUni-Internal/exam-systems-issues#1033 Closes SoftUni-Internal/exam-systems-issues#1087 Linked pull requests from another repos (if any): SoftUni-Internal/judge-worker#155 #905 SoftUni-Internal/judge-worker#156 **Summary of the changes made**: 1. Added enumeration to determine the type of the workers. 2. Added columns to Contests, SubmissionForProcessing, Submissions tables to determine the required worker. For the submission column which will keep the exact worker endpoint was added. 3. Separate Concurrent Queues added for different type of workers. 4. The worker type is displayed in the details of the submission. 5. The worker endpoint is displayed in the details of the submission. 6. Added option to update submission's worker type for single submission. 7. Add temp method to update worker type for old contests. 8. Add Worker type on strategy for problem level. --------- Co-authored-by: Georgi Georgiev <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Linked pull requests from another repos (if any):
#156
SoftUni-Internal/OpenJudgeSystem#906
SoftUni-Internal/OpenJudgeSystem#905
Summary