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
I wanted to gauge interest in this issue. It probably would be fairly straightforward to implement, but at the moment I don't see it as much of a priority. If a worker crashes, the worker is removed from the pool automatically. However this might cause a task to fail that had nothing to do with the reason for the worker crashing, so there is definitely reason to look at a soft memory limit and restart a worker gracefully before it hits that limit.
Consider to implement the "watch and restart workers" feature described in https://github.com/amphp/aerys/issues/135.
The text was updated successfully, but these errors were encountered: