up queue timeout to 10min for ai reasons

This commit is contained in:
Bel LaPointe
2024-04-19 14:14:07 -06:00
parent b554be6282
commit 5cfb89bc64

View File

@@ -90,7 +90,7 @@ func (q Queue) syn(ctx context.Context) ([]byte, []byte, error) {
topic = $3
AND (
reservation IS NULL
OR $4 - updated > 60
OR $4 - updated > 600
)
LIMIT 1
)