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
so sorry @Kikobeats for the 2 year delay, I hope you managed to find answers for this, feel free to re-open if this is an ongoing concern although I can't promise I can get my head into the right space!
Hello,
I'm trying to add an autobalance feature for add/remove concurrents calls per workers automatically when the CPU is idle or saturate (respectively).
See more information in: Kikobeats/farm-cli#12 😄
I reviewed the code for know the current code approach for that and I saw this:
so for add an extra worker I can use
.send
with the child id and generate an extracalllQueue
. Fine!My problematic is how to kill this concurrent workers.
In the code you use
.stopChild
but this call all the worker; I need kill just one (the last) concurrent call in the worker.I tried to code a mockup for that, something like:
But doesn't worker. Any idea how I can handle this feature from the code side?
The text was updated successfully, but these errors were encountered: