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

Task queue using python celery + redis #1760

Merged
merged 22 commits into from
Apr 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docker compose
jonathangreen committed Apr 11, 2024
commit 5d0ca937b4a59e5ba822bec556415b12dbe207a7
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ x-cm-variables: &cm
PALACE_PATRON_WEB_HOSTNAMES: "*"
PALACE_BASE_URL: "http://localhost:6500"
PALACE_CELERY_BROKER_URL: "redis://redis:6379/0"
PALACE_CELERY_CM_NAME: "test"
PALACE_CELERY_BROKER_TRANSPORT_OPTIONS_GLOBAL_KEYPREFIX: "test"

# Set up the environment variables used for testing as well
SIMPLIFIED_TEST_DATABASE: "postgresql://palace:test@pg:5432/circ"