By default, we have a 30-minute timeout for any report created. If your PostgreSQL query is taking longer than 30 minutes to execute the connection will be automatically interrupted and you'll see a TIMEOUT
error in SyncWith. You should try to optimize your query to run more quickly, using tools like EXPLAIN ANALYZE
, and then update your SyncWith report to use the optimized query.
PostgreSQL timeout
Updated over a week ago