On Tue, Mar 24, 2020 at 2:33 PM Jeremy Finzel wrote:
> I would be grateful for some direction on how to use Background workers to
> have a worker automatically restart *only* in certain cases, i.e. on
> postmaster start (_PG_init) or a soft crash. I run into all sorts of trouble
> if I set bgw
Good afternoon!
I would be grateful for some direction on how to use Background workers to
have a worker automatically restart *only* in certain cases, i.e. on
postmaster start (_PG_init) or a soft crash. I run into all sorts of
trouble if I set bgw_restart_time to actually restart on sigterm, be