MetPX / sarracenia

https://MetPX.github.io/sarracenia
GNU General Public License v2.0
46 stars 22 forks source link

issue #624 adding INSTANCE to variable substitution #1296

Closed petersilva closed 1 week ago

petersilva commented 2 weeks ago

working on getting #624 exchangeSplit working seamlessly.

exchangeSplit is to be the subscriber side mirror to post_exchangeSplit. On the consumer side, each instance needs to have it's own instance-local queue, and bind to one of the post_exchangeSplit output exchanges of some other configuration.

Until now, all instances in a configuration share a single queue. Now need to declare 1 queue per instance within a configuration.

1 step is having ${INSTANCE} available for use in queue names.

github-actions[bot] commented 2 weeks ago

Test Results

238 tests   235 ✅  1m 26s ⏱️   1 suites    1 💤   1 files      2 ❌

For more details on these failures, see this check.

Results for commit 53f5214d.