HEPCloud / decisionengine

HEPCloud Decision Engine framework
Apache License 2.0
6 stars 25 forks source link

Flush Redis DB after DE server stops #623

Closed knoepfel closed 2 years ago

knoepfel commented 2 years ago

This ensures that the Redis DB is properly cleaned up after the DE server shuts down, which is appropriate as we're not using Redis for persistent storage.

N.B. This is based off of PR #620.

knoepfel commented 2 years ago

The test failures are addressed by PR #624.

jcpunk commented 2 years ago

Can you rebase off trunk?

knoepfel commented 2 years ago

Rebase complete. Comment above still applies:

The test failures are addressed by PR #624.