Backend: Implement EKS node autoscaling functionality in response to submission events.#5061
Open
RishabhJain2018 wants to merge 2 commits into
Open
Backend: Implement EKS node autoscaling functionality in response to submission events.#5061RishabhJain2018 wants to merge 2 commits into
RishabhJain2018 wants to merge 2 commits into
Conversation
Member
RishabhJain2018
commented
Mar 8, 2026
- Add new internal API endpoints for fetching autoscale metadata and pending submission counts.
- Update challenge model to trigger autoscale checks on end date changes for Docker-based challenges.
- Enhance submission handling to invoke autoscale on relevant status changes.
- Include comprehensive unit tests for new features and ensure existing functionality remains intact.
…submission events. Add new internal API endpoints for fetching autoscale metadata and pending submission counts. Update challenge model to trigger autoscale checks on end date changes for docker-based challenges. Enhance submission handling to invoke autoscale on relevant status changes. Include comprehensive unit tests for new features and ensure existing functionality remains intact.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5061 +/- ##
==========================================
+ Coverage 92.34% 92.35% +0.01%
==========================================
Files 93 93
Lines 7854 7905 +51
==========================================
+ Hits 7253 7301 +48
- Misses 601 604 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
RishabhJain2018
added a commit
that referenced
this pull request
Apr 19, 2026
…ation with docker/login-action for improved security and simplicity. Ensure credentials are only used when available, enhancing the CI/CD process. (#5061)
RishabhJain2018
added a commit
that referenced
this pull request
Apr 19, 2026
* Remove Travis CI configuration and update documentation to reflect migration to GitHub Actions for CI/CD. Adjust Dockerfile and deployment scripts to support new environment variables and improve deployment processes. Update karma configuration to support multiple CI providers. (#5060) * Refactor GitHub Actions workflow: Replace manual Docker Hub authentication with docker/login-action for improved security and simplicity. Ensure credentials are only used when available, enhancing the CI/CD process. (#5061) * Update GitHub Actions workflow: Enhance Docker Hub authentication by using environment variables for credentials, ensuring authentication is only attempted when secrets are configured. Add CODECOV_TOKEN for Codecov uploads, improving coverage reporting. (#5062) * Update GitHub Actions workflow: Enable Codecov uploads using GitHub OIDC for authentication, eliminating the need for CODECOV_TOKEN. This enhances security and simplifies the coverage reporting process. (#5063)
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
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.