Describe the bug
I've debugged when a transaction has succeeded and cfg-web POST /v2/flush to cgw-web but the Redis db is still not flushed. This makes a UI never be updated and needs to manually flush with redis-cli.
[2023-05-22T09:26:20Z INFO rocket::server] POST //v2/flush application/json:
[2023-05-22T09:26:20Z INFO _] Matched: (post_flush_events) POST /v2/flush application/json
[2023-05-22T09:26:20Z INFO _] Outcome: Success
[2023-05-22T09:26:20Z INFO safe_client_gateway::monitoring::performance] MT::POST::/v2/flush::6::200:://v2/flush::-1::100.64.9.106
[2023-05-22T09:26:20Z INFO _] Response succeeded.
Describe the bug I've debugged when a transaction has succeeded and
cfg-web
POST/v2/flush
tocgw-web
but the Redis db is still not flushed. This makes a UI never be updated and needs to manually flush withredis-cli
.To Reproduce Steps to reproduce the behavior:
curl
cgw-web
logstxs-redis
Expected behavior Redis db should be flushed, a UI should be updated after a tx is completed.
Environment (please complete the following information):