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

Change sarracenia configs to use queues on hpfx.collab.science.gc.ca #149

Merged
merged 3 commits into from
Feb 6, 2023
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions config/supervisord.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ autorestart = true

[program:sr_subscribe-hrdps-west]
# Use `sr_subscribe foreground` instead of `start` to enable supervisor to manage the process
command = %(ENV_SARRACENIA_ENV)s/bin/sr_subscribe foreground %(ENV_SARRACENIA_CONFIG)s/hrdps-west.conf
command = %(ENV_SARRACENIA_ENV)s/bin/sr_subscribe foreground %(ENV_SARRACENIA_CONFIG)s/hrdps-west-hpfx.conf
# sr_subscribe logs to stderr; redirect that to stdout so that we can
# view the sr_subscribe log with `supervisorctl tail sr_subscribe-hrdps-west`
redirect_stderr = true
Expand All @@ -53,7 +53,7 @@ autorestart = true

[program:sr_subscribe-hydrometric]
# Use `sr_subscribe foreground` instead of `start` to enable supervisor to manage the process
command = %(ENV_SARRACENIA_ENV)s/bin/sr_subscribe foreground %(ENV_SARRACENIA_CONFIG)s/hydrometric.conf
command = %(ENV_SARRACENIA_ENV)s/bin/sr_subscribe foreground %(ENV_SARRACENIA_CONFIG)s/hydrometric-hpfx.conf
# sr_subscribe logs to stderr; redirect that to stdout so that we can
# view the sr_subscribe log with `supervisorctl tail sr_subscribe-hydrometric`
redirect_stderr = true
Expand Down
Loading