-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add support for coastal flood risk index in geomet-ogc-api (#346)
updated cron flake8 Co-authored-by: Louis-Philippe Rousseau Lambert <[email protected]>
- Loading branch information
1 parent
aafda0b
commit 0c75a8b
Showing
6 changed files
with
419 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# TODO: Update for HPFX once the data is on HPFX | ||
broker amqps://anonymous:[email protected] | ||
queue_name q_${BROKER_USER}.${PROGRAM}.${CONFIG}.${HOSTNAME} | ||
|
||
subtopic coastal-flooding.risk-index.# | ||
|
||
mirror True | ||
|
||
discard on | ||
|
||
plugin ${MSC_PYGEOAPI_METPX_EVENT_FILE_PY} | ||
|
||
directory ${MSC_PYGEOAPI_CACHEDIR} | ||
|
||
loglevel ${MSC_PYGEOAPI_LOGGING_LOGLEVEL} | ||
|
||
report_back False | ||
|
||
instances 2 | ||
accept .* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.