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

Add repeat_record_datasource_queue to staging #6376

Merged
merged 3 commits into from
Aug 23, 2024

Conversation

gherceg
Copy link
Contributor

@gherceg gherceg commented Aug 22, 2024

https://dimagi.atlassian.net/browse/SAAS-15906

Goes with this HQ PR: dimagi/commcare-hq#35022

Adding a new queue to process a specific type of repeater. This is only meant as a temporary solution to give solutions time to improve CCA, and give SaaS time to improve repeat record infrastructure.

Environments Affected

Staging

environments/staging/app-processes.yml Outdated Show resolved Hide resolved
@gherceg
Copy link
Contributor Author

gherceg commented Aug 23, 2024

Tested on staging by running the following:

# create new workers for new queue
cchq --control staging update-supervisor-confs --limit celery --branch gh/repeaters/datasource-queue 

# update django settings
cchq --control staging update-config --branch gh/repeaters/datasource-queue

# restart commcare services to ensure updated settings are used when sending tasks to rabbit (could be accomplished via deploy)
cchq --control staging service commcare restart

Things look good on staging.

@gherceg gherceg merged commit 851dd7b into master Aug 23, 2024
3 checks passed
@gherceg gherceg deleted the gh/repeaters/datasource-queue branch August 23, 2024 19:05
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