-
Notifications
You must be signed in to change notification settings - Fork 2
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
MWPW-164197 - Clear the Blocked Queue by Pausing a Project #39
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
sukamat
approved these changes
Dec 13, 2024
try { | ||
const { projectPath } = params; | ||
logger.info(`Project to be paused :: ${projectPath}`); | ||
if (await filesWrapper.fileExists('graybox_promote/project_queue.json')) { |
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.
nit: this can be a var graybox_promote/project_queue.json
as it is used in multiple places
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.
Updated, thanks!
colloyd
approved these changes
Dec 13, 2024
arshadparwaiz
added a commit
to arshadparwaiz/graybox-io
that referenced
this pull request
Dec 17, 2024
arshadparwaiz
added a commit
that referenced
this pull request
Dec 17, 2024
…sing stage from main) (#40) * Graybox Batching Implementation, Reattempt Preview & other features to Prod (main) (#37) * MWPW-150372: Refactor (#23) * MWPW-150372: Refactor * MWPW-150372: Removing temp logs * MWPW-150372: Unit tests failure after refactor * MWPW-154226: Remove host and referrer (#27) * .env template update * Batch Updates from feature branch to Stage branch (#32) * Promote API Batching Implementation (#29) * Promote API Batching Implementation * Refactor Promote Batching * Performing sequential Promote of Batches, instead of parallel promote actions & Removed spToken and validateAction * Batching Updates (#31) Batching updates - Deleting all image paths which exist only in .md and show up while processing - Don't execute async copy or promote operations, perform sequentially - Handle Promote and Copy batches in parallel - Adding in-progress statuses for not repeating the already initiated steps in schedulers and actions - Awaiting all copy and promote steps before updating the status to avoid impact of promote and copy in parallel - Cross referencing & checking existence of same bathes in Copy from promote worker and vice versa before updating batch statuses as promoted * Removing DriveID from github secrets and .env, so it gets passed as input from API Payload from UI (#33) * MWPW-162341 - Reattempting Preview for Failed Previews (#34) MWPW-162341 - Reattempting Preview for Failed Previews * Added Excel Update & logging (#35) * Merging 'main' to 'stage' for syncing the commits & resolving merge conflicts (#36) Releasing Stage to Main (#28) * MWPW-150372: Refactor (#23) * MWPW-150372: Refactor * MWPW-150372: Removing temp logs * MWPW-150372: Unit tests failure after refactor * MWPW-154226: Remove host and referrer (#27) * .env template update Co-authored-by: Sunil Kamat <107644736+sukamat@users.noreply.github.com> --------- Co-authored-by: Sunil Kamat <107644736+sukamat@users.noreply.github.com> Co-authored-by: sukamat <sukamat@adobe.com> * MWPW-164197 - Clear the Blocked Queue by Pausing a Project (#39) --------- Co-authored-by: Sunil Kamat <107644736+sukamat@users.noreply.github.com> Co-authored-by: sukamat <sukamat@adobe.com>
arshadparwaiz
added a commit
that referenced
this pull request
Dec 17, 2024
sukamat
pushed a commit
that referenced
this pull request
Dec 17, 2024
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.
No description provided.