Fix daemon memory killer busy loop risk
StandardError will cause busy loop in start_working. Simple fix is to always `sleep` first in each loop iteration
Showing
Please register or sign in to comment
StandardError will cause busy loop in start_working. Simple fix is to always `sleep` first in each loop iteration