- `.handle` / `.serve` methods doesn't (and will never again) accept a recreate/force/renew parameter - the recreate process/instance happens only if the file has changed ( a lot better !!! ) - better orchestrator/process (doesn't use a ps/process dict, to kill process ... instead : use real events --> so the process will kill itselpt --> and so : graceful shutdown is better) - and so : **gunicorn** compliant !!!! (but reboot is broken)
Introduce `htagweb.server.ServerClient` ... to interact with process (list running processes, kill one, kilall) (and refacto of code on "redys" server/client)
- better logging (for hrserver/orchestrator, spawned process & hrclient) - better publish interaction (will wait only if it reach to publish) - timeout (from 20s to 2m) when hrclient wait for a response of hrserver - tag.exit() really kill its process now ;-)