Skip to content

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Sep 4, 2025

This should avoid multiple instances of the background job from running in parallel due to them running on the multi-worker default queue. Having the jobs run in parallel is not breaking anything, but is causing unnecessary duplicate invalidations that we should avoid.

Related

…ed single-worker queue

This should avoid multiple instances of the background job from running in parallel due to them running on the multi-worker default queue. Having the jobs run in parallel is not breaking anything, but is causing unnecessary duplicate invalidations that we should avoid.
@Turbo87 Turbo87 added C-internal 🔧 Category: Nonessential work that would make the codebase more consistent or clear A-backend ⚙️ labels Sep 4, 2025
@Turbo87 Turbo87 enabled auto-merge (squash) September 4, 2025 17:25
@Turbo87 Turbo87 merged commit eb72f4f into rust-lang:main Sep 4, 2025
10 checks passed
@Turbo87 Turbo87 deleted the cloudfront-queue branch September 4, 2025 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-backend ⚙️ C-internal 🔧 Category: Nonessential work that would make the codebase more consistent or clear
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant