I have observed that redshift terminate long running queries. We have a query which runs about 16min 30 sec(fired from python application) after which this query is terminated at RedShift end. Is there a way I can track why this query got terminated?
To check reason I executed this query from psql cli. After query is terminated at server end seems line psql cli didn't received any response from RedShift. So cli client was waiting for a long time even after query is terminated. Any ideas for this behavior.