Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4e3b6d9

Browse files
committedDec 5, 2024··
Change sarracenia to use hpfx.collab.science.gc.ca
dd.weather.gc.ca was unreliable after its directory structure was change to match that of hpfx on 4-Dec-2024. So, we switched back to using hpfx and found that there were none of the missing file messages and duplicated files issues in HRDPS downloads that caused us to switch to dd.weather on 25-Apr-2023.
1 parent 13a1f04 commit 4e3b6d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎config/supervisord.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ autorestart = true
4444

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.