squeaknode/squeaknode/node
Jonathan Zernik 131fa72b47
Handle db error in received payment client and keep retrying (#847)
* Handle db error in received payment client and keep retrying

* Retry populating queue of received payments after failure

* Use poison pill to shut down payment subscription client on rpc server shutdown

* Add more debugging logs

* Detect when client disconnects from payments rpc subscription and stop thread.

* Got new received payments subscription client working
2021-02-14 09:14:07 -08:00
..
__init__.py Rename to squeaknode (#342) 2020-10-29 14:35:17 -04:00
payment_processor.py Add log line for each subscribed settled invoice (#822) 2021-02-12 05:17:34 -08:00
process_received_payments_worker.py Rename process received payments worker (#819) 2021-02-12 01:02:49 -08:00
received_payments_subscription_client.py Handle db error in received payment client and keep retrying (#847) 2021-02-14 09:14:07 -08:00
squeak_controller.py Handle db error in received payment client and keep retrying (#847) 2021-02-14 09:14:07 -08:00
squeak_node.py Handle db error in received payment client and keep retrying (#847) 2021-02-14 09:14:07 -08:00
squeak_offer_expiry_worker.py Fix graceful shutdown (#754) 2021-01-30 03:17:15 -08:00
squeak_peer_sync_worker.py Fix graceful shutdown (#754) 2021-01-30 03:17:15 -08:00
squeak_rate_limiter.py Fix config name for max squeaks per address per block (#835) 2021-02-13 04:28:36 -08:00