Menu

#128 Catalogue/Contact template restarts

1.3 Release
open
None
5
2015-03-11
2015-03-11
No

The contact and catalogue template use the embedded SQL preprocessor to access the postgres database. This system has some serious limitations when database connections are lost (or fail to be established during start up).

It doesn't seem to be possible to accurately re-establish the connections within the process and so a better solution is a "template monitor" process that watches for the templates to exit on failed connection and automatically restart.

Discussion