I'm getting Postgres deadlock errors on my Heroku instance, and looking around the docs, it seems like it might be a good idea to increase the deadlock timeout. Is there any way to configure this on Heroku? When I try to run `SET deadlock_timeout=3000` it tells me:
ERROR: parameter "deadlock_timeout" cannot be changed now http://www.postgresql.org/docs/current/static/runtime-config-locks.html#GUC-DEADLOCK-TIMEOUT -- -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en --- You received this message because you are subscribed to the Google Groups "Heroku Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
