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

MWPW-164197 - Clear the Blocked Queue by Pausing a Project #39

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

arshadparwaiz
Copy link
Collaborator

No description provided.

try {
const { projectPath } = params;
logger.info(`Project to be paused :: ${projectPath}`);
if (await filesWrapper.fileExists('graybox_promote/project_queue.json')) {
Copy link
Contributor

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated, thanks!

@arshadparwaiz arshadparwaiz merged commit e9ba3d4 into adobecom:stage Dec 13, 2024
3 checks passed
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>
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.

3 participants