up queue timeout to 10min for ai reasons

main
Bel LaPointe 2024-04-19 14:14:07 -06:00
parent b554be6282
commit 5cfb89bc64
1 changed files with 1 additions and 1 deletions

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
)