Skip to content
#

python-3-7

Here are 91 public repositories matching this topic...

AWS Auto Terminate Idle AWS EMR Clusters Framework is an AWS based solution using AWS CloudWatch and AWS Lambda using a Python script that is using Boto3 to terminate AWS EMR clusters that have been idle for a specified period of time.

  • Updated Jul 9, 2021
  • Python
mtreinish
mtreinish commented Nov 7, 2018

Right now the --concurrency flag for stestr run takes in an integer, if that value is 0 it runs nproc workers, if that value is greater than 0 it runs that many workers. But we don't have a way to specify a value that is a fraction of nproc easily (like nproc/2 or nproc/4). This can be useful for some test suites, especially if they're very resource intensive, where running nproc workers isn't via

Improve this page

Add a description, image, and links to the python-3-7 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the python-3-7 topic, visit your repo's landing page and select "manage topics."

Learn more