I just added rebound as a automatic process restarter for use in Docker containers, mostly because I had a need for it and could not find an existing implementation. It is, like gosu and tini, intended to be used inside Docker containers and is used to automatically restart a process, typically a daemon. Rebound will …
Continue reading Rebound: auto-restarting processes in containers
Category:Uncategorized
Server Startup and Configuration Options
As discussed in the previous post, it would be nice to be able to automatically start background workers instead of having to do that manually each time you start the server, so it will be covered in this post. As always, the code is available in the timescale/pg_influx repository on GitHub. To automatically start background …
Continue reading Server Startup and Configuration Options
