Draft: Handle USR1 signal to launch configuration reload (#3052)
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 (merged)