3.4.0 (2019-04-05)

  • FastCGI programs ([fcgi-program:x] sections) can now be used ingroups ([group:x]). Patch by Florian Apolloner.
  • Added a new socket_backlog option to the [fcgi-program:x] sectionto set the listen(2) socket backlog. Patch by Nenad Merdanovic.
  • Fixed a bug where SupervisorTransport (the XML-RPC transport used withUnix domain sockets) did not close the connection when close() wascalled on it. Patch by Jérome Perrin.
  • Fixed a bug where supervisorctlstart could hang for a long timeif the system clock rolled back. Patch by Joe LeVeque.