little more logging (#953)
This commit is contained in:
parent
d757154125
commit
4662a79c3b
1 changed files with 1 additions and 0 deletions
|
|
@ -327,6 +327,7 @@ async def delete_expired_invoices(
|
||||||
AND amount > 0 AND time < {db.timestamp_now} - {db.interval_seconds(86400)}
|
AND amount > 0 AND time < {db.timestamp_now} - {db.interval_seconds(86400)}
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
|
logger.debug(f"Checking expiry of {len(rows)} invoices")
|
||||||
for (payment_request,) in rows:
|
for (payment_request,) in rows:
|
||||||
try:
|
try:
|
||||||
invoice = bolt11.decode(payment_request)
|
invoice = bolt11.decode(payment_request)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue