Reputation: 3788
I am trying to set up an autoscaling class that will check the disk resource to see if a worker can safely run. The disk usage can be estimated prior to running. What are some option for a worker to share this information with other workers?
Upvotes: 0
Views: 60
Reputation: 10220
I think that the best option is to write your own inspect command. See the documentation on how to do that, there's an example at the end of the section.
Upvotes: 1