Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Correct case of Ansible setting for Celery worker timeout. #101

Merged
merged 1 commit into from
Jun 5, 2016
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion instance/templates/instance/ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ COMMON_USER_INFO:{% for github_username in github_admin_username_list %}
type: admin{% endfor %}{% endif %}

# Workers
edxapp_worker_default_stopwaitsecs: 1200
EDXAPP_WORKER_DEFAULT_STOPWAITSECS: 1200