A lot of unsent orders

Successfully fix this issue, thank you @moby again!

image

The solution is easy:

  1. Stop storage node

  2. Backup orders.db (just copy it)

  3. sqlite3 /storage/orders.db

    DELETE FROM unsent_order;
    .exit

  4. start storage node

  5. look into logs and check the status of orders

  6. look into the unsent folder and make sure that everything is sent after some time

6 Likes