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

Split up LowPriorityDeliveryWorker from pull queue #20216

Closed
wants to merge 1 commit into from

Conversation

tribela
Copy link
Contributor

@tribela tribela commented Nov 9, 2022

Currently, LowPriorityDeliveryWorker using pull queue. This is grammatically incorrect. And causes high pull queue latency.
This PR split that worker into a new queue with lowest priority called low_delivery queue.

I tested on my server. And it works fine especially someone deleted their account (It causes timeline stop before)

@ineffyble
Copy link
Member

This has merge conflicts now.

@ineffyble ineffyble added the deployment Related to runtime configuration, production setups label Nov 14, 2022
@ClearlyClaire
Copy link
Contributor

Should this be included, it also needs adjustments app/workers/scheduler/suspended_user_cleanup_scheduler.rb to check for the new queue size.

@mjankowski
Copy link
Contributor

Closing this on the assumption that #30150 (which contains all the changes here, and also integrates the review feedback to date) will either be rejected/accepted on behalf of them both.

@mjankowski mjankowski closed this May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployment Related to runtime configuration, production setups
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants