Long running queries cause pulse to fail

We have a couple queries which are right on the cusp of the 60 second mark. Sometimes they finish, other times we get “Your question took too long”. Two points:

  1. I’d love to be able to increase the Metabase timeout past 60 seconds but I can’t find that option anywhere.
  2. If a pulse has some questions which return successfully and one that hits the timeout, it would be super great for the pulse to be sent despite of the single failure. It seems the current behavior is to get no slack update of any sort when any one of the pulse questions does not succeed.

Hi @dfine
There shouldn’t be anything in Metabase with time limits - not anymore.
Which version of Metabase? Do you have a reverse proxy, remember to modify timeouts? Running on AWS, remember to modify timeouts?
Please check the Metabase log and browser console, since that will give you a hint as to what is doing the timeout.
For reference: https://github.com/metabase/metabase/issues/1749