From 5cfb89bc6407e1217700507b4a02bfbeb39b2893 Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Fri, 19 Apr 2024 14:14:07 -0600 Subject: [PATCH] up queue timeout to 10min for ai reasons --- queue.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queue.go b/queue.go index d3db804..39572e8 100644 --- a/queue.go +++ b/queue.go @@ -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 )