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

Content release queue getting too big #15272

Closed
1 of 7 tasks
swirtSJW opened this issue Sep 15, 2023 · 2 comments · Fixed by #15285
Closed
1 of 7 tasks

Content release queue getting too big #15272

swirtSJW opened this issue Sep 15, 2023 · 2 comments · Fixed by #15285
Assignees
Labels
CMS Team CMS Product team that manages both editor exp and devops Drupal engineering CMS team practice area Needs refining Issue status

Comments

@swirtSJW
Copy link
Contributor

swirtSJW commented Sep 15, 2023

User Story or Problem Statement

We use advanced_queue to manage our content release queue. Currently the content release queue has 21,000 items in it.
image

This is because no cleanup was ever specified for it
image

This queue will continue to get larger and larger without any good reason for it to be. Also since advanced queue does de-duping, this gets pretty intensive as the queue gets larger. Edit: Advanced_Queue does not dedupe.

Acceptance Criteria

  • "Remove completed items" is set to 7 days.
  • "Completed jobs state to remove" is set to "Both failed and success state"

Team

Please check the team(s) that will do this work.

  • CMS Team
  • Public Websites
  • Facilities
  • User support
  • Accelerated Publishing
@swirtSJW swirtSJW added Drupal engineering CMS team practice area Needs refining Issue status CMS Team CMS Product team that manages both editor exp and devops Needs Analysis Needs to reviewed by Product or Delivery before moving to backlog labels Sep 15, 2023
@BerniXiongA6 BerniXiongA6 removed the Needs Analysis Needs to reviewed by Product or Delivery before moving to backlog label Sep 15, 2023
@BerniXiongA6
Copy link

Hi @ndouglas could we have you preview this to see if we have enough info to bring into pre-refinement discussion?

@ndouglas
Copy link
Contributor

@BerniXiongA6 It's trivial. I opened a PR #15285 to close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMS Team CMS Product team that manages both editor exp and devops Drupal engineering CMS team practice area Needs refining Issue status
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants