Remove lock, fix billing job

This commit is contained in:
Jai A
2025-04-03 16:14:27 -07:00
parent d0d0dcf09f
commit 69b70d70a8
2 changed files with 1 additions and 3 deletions

View File

@@ -218,7 +218,7 @@ impl ChargeItem {
(status = 'open' AND due < NOW()) OR
(status = 'failed' AND last_attempt < NOW() - INTERVAL '2 days')
)
FOR UPDATE SKIP LOCKED
-- FOR UPDATE SKIP LOCKED
"#,
charge_type
)