Skip to content

Handle USR1 signal to launch configuration reload (#3052)

Yadd requested to merge signal-usr1 into v2.0

Note that Plack system kills the process which receive signal USR1 after the $handleUsr1->() call, but anyway the reloadConf() method updates conf cache.

This provide another way to reload caches.

NB2: I think we could use 'USR2' to force reading MessageBroker messages in !412

Merge request reports