You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wait for signal instead of loop
The empty for loop lead to a lot of CPU time used. The daemon is now changed to wait for a signal to end processing the
jobs. The relevant signals are Interrupt (Ctrl+C) and SIGTERM.