Yelp / mrjob

Run MapReduce jobs on Hadoop or Amazon Web Services
http://packages.python.org/mrjob/
Other
2.62k stars 586 forks source link

pool_wait_minutes shouldn't wait if pool is empty #2198

Closed coyotemarin closed 3 years ago

coyotemarin commented 4 years ago

The point of pool_wait_minutes is to avoid starting too many clusters. If there are no clusters to join, we might as well start one.