- Add a protection against memory-leaks for long running worker
processes: if the memory usage has increased by more than 100 MB
(after a garbage collection), the worker is automatically restarted
before accepting new tasks. This protection is only active when psutil
is installed.
- psutil is now a soft-dependency of loky: it is used to recursively
terminate children processes when available but there is a fallback
for windows and all unices with pgrep installed otherwise.