mutiny-node icon indicating copy to clipboard operation
mutiny-node copied to clipboard

Federation payment stuck too long

Open TonyGiorgio opened this issue 3 months ago • 0 comments

Wasn't updating despite it being paid. Didn't update until I restarted 5 minutes after it paid.

2493 2024-04-03 18:15:52.951 TRACE [mutiny_core::federation:361] Getting activity
2493 2024-04-03 18:15:53.161 TRACE [mutiny_core::federation:392] pending invoices, going to list operations
2493 2024-04-03 18:15:53.186 TRACE [mutiny_core::federation:410] About to go through 100 operations
2493 2024-04-03 18:15:53.319 TRACE [mutiny_core::federation:431] Going through 2 pending invoices to extract status
2493 2024-04-03 18:15:53.334 TRACE [mutiny_core::federation:842] start timeout stream futures
2493 2024-04-03 18:15:53.334 TRACE [mutiny_core::federation:847] Streamed Outcome received: Created
2493 2024-04-03 18:15:53.351 TRACE [mutiny_core::federation:847] Streamed Outcome received: Funded
2493 2024-04-03 18:15:53.391 TRACE [mutiny_core::federation:863] Done with stream outcome, status: InFlight
2493 2024-04-03 18:15:54.393 TRACE [mutiny_core::federation:361] Getting activity
2493 2024-04-03 18:15:54.731 TRACE [mutiny_core::federation:392] pending invoices, going to list operations
2493 2024-04-03 18:15:54.757 TRACE [mutiny_core::federation:410] About to go through 100 operations
2493 2024-04-03 18:15:54.887 TRACE [mutiny_core::federation:431] Going through 2 pending invoices to extract status
2493 2024-04-03 18:15:54.901 TRACE [mutiny_core::federation:842] start timeout stream futures
2493 2024-04-03 18:15:54.901 TRACE [mutiny_core::federation:847] Streamed Outcome received: Created
2493 2024-04-03 18:15:54.920 TRACE [mutiny_core::federation:847] Streamed Outcome received: Funded
2493 2024-04-03 18:15:54.978 TRACE [mutiny_core::federation:863] Done with stream outcome, status: InFlight
2493 2024-04-03 18:15:56.042 TRACE [mutiny_core::federation:361] Getting activity
2493 2024-04-03 18:15:56.237 TRACE [mutiny_core::federation:392] pending invoices, going to list operations
2493 2024-04-03 18:15:56.260 TRACE [mutiny_core::federation:410] About to go through 100 operations
2493 2024-04-03 18:15:56.392 TRACE [mutiny_core::federation:431] Going through 2 pending invoices to extract status
2493 2024-04-03 18:15:56.404 TRACE [mutiny_core::federation:842] start timeout stream futures
2493 2024-04-03 18:15:56.404 TRACE [mutiny_core::federation:847] Streamed Outcome received: Created
2493 2024-04-03 18:15:56.421 TRACE [mutiny_core::federation:847] Streamed Outcome received: Funded
2493 2024-04-03 18:15:56.461 TRACE [mutiny_core::federation:863] Done with stream outcome, status: InFlight
2493 2024-04-03 18:15:57.462 TRACE [mutiny_core::federation:361] Getting activity
2493 2024-04-03 18:15:57.696 TRACE [mutiny_core::federation:392] pending invoices, going to list operations
2493 2024-04-03 18:15:57.715 TRACE [mutiny_core::federation:410] About to go through 100 operations
2493 2024-04-03 18:15:57.843 TRACE [mutiny_core::federation:431] Going through 2 pending invoices to extract status
2493 2024-04-03 18:15:57.857 TRACE [mutiny_core::federation:842] start timeout stream futures
2493 2024-04-03 18:15:57.857 TRACE [mutiny_core::federation:847] Streamed Outcome received: Created
2493 2024-04-03 18:15:57.873 TRACE [mutiny_core::federation:847] Streamed Outcome received: Funded
2493 2024-04-03 18:15:57.913 TRACE [mutiny_core::federation:863] Done with stream outcome, status: InFlight
2493 2024-04-03 18:15:58.915 TRACE [mutiny_core::federation:361] Getting activity
2493 2024-04-03 18:15:59.116 TRACE [mutiny_core::federation:392] pending invoices, going to list operations
2493 2024-04-03 18:15:59.144 TRACE [mutiny_core::federation:410] About to go through 100 operations
2493 2024-04-03 18:15:59.276 TRACE [mutiny_core::federation:431] Going through 2 pending invoices to extract status
2493 2024-04-03 18:15:59.292 TRACE [mutiny_core::federation:842] start timeout stream futures
2493 2024-04-03 18:15:59.292 TRACE [mutiny_core::federation:847] Streamed Outcome received: Created
2493 2024-04-03 18:15:59.310 TRACE [mutiny_core::federation:847] Streamed Outcome received: Funded
2493 2024-04-03 18:16:00.619 TRACE [mutiny_core::federation:863] Done with stream outcome, status: InFlight

It's possible it wasn't going through the 2 pending invoices? Only goes through one and gets the Created and then Funded stream. A possible timeout on the stream? I do those quickly but perhaps not giving enough time.

TonyGiorgio avatar Apr 03 '24 18:04 TonyGiorgio