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
Worker.set_resources, in theory, lets you change the total resources of a Worker on the fly.
In practice, it's undocumented, it's accessible exclusively from tasks or worker plugins (there's no RPC hook) and, if there are already tasks in 'constrained' state, it won't kick them off.
Should we deprecate it or should we spend time getting it into proper shape? Does anybody use this feature?
The text was updated successfully, but these errors were encountered:
Worker.set_resources
, in theory, lets you change the total resources of a Worker on the fly.In practice, it's undocumented, it's accessible exclusively from tasks or worker plugins (there's no RPC hook) and, if there are already tasks in 'constrained' state, it won't kick them off.
Should we deprecate it or should we spend time getting it into proper shape? Does anybody use this feature?
The text was updated successfully, but these errors were encountered: