0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
start on next version More... about 4 years ago
added release date to changelog More... over 4 years ago
Merge pull request #2203 from coyotemarin/v0.7.4-release More... over 4 years ago
bump version to v0.7.4 More... over 4 years ago
added what's new in v0.7.4 More... over 4 years ago
added docs for max_concurrent_steps option More... over 4 years ago
there is no docker_registry option More... over 4 years ago
updated changelog More... over 4 years ago
updated copyright notices More... over 4 years ago
style fixes More... over 4 years ago
pyflaking More... over 4 years ago
update my name in __init__.py More... over 4 years ago
Merge branch 'make-pooled-runner' into v0.7.4-release More... over 4 years ago
make_pooled_cluster() in tests now just returns cluster_id (fixes #2196) More... over 4 years ago
botocore must be >= 1.13.26 to support the StepConcurrencyLevel param (fixes #2193) More... over 4 years ago
Merge pull request #2202 from coyotemarin/max-clusters-in-pool More... over 4 years ago
updated older test of pool_wait_minutes, noted that we should merge it with new tests More... over 4 years ago
updated docs for new options and behavior More... over 4 years ago
tested _list_cluster_ids_for_pooling() More... over 4 years ago
tested pool_wait_minutes and pool wait bypass More... over 4 years ago
implemented pool wait bypassing, need to test it More... over 4 years ago
implemented and tested pool_timeout_minutes More... over 4 years ago
added pool_timeout_minutes option More... over 4 years ago
full tested max_clusters_in_pool and fixed a bug More... over 4 years ago
small change to logging when listing clusters for pooling More... over 4 years ago
move waiting for S3 to after copying files, so that we can create clusters immediately after we determine that we are allowed to More... over 4 years ago
implement max_clusters_in_pool More... over 4 years ago
add pool_jitter_seconds option (fixes #2200) More... over 4 years ago
moved call of _list_cluster_ids_for_pooling() into _find_cluster() More... over 4 years ago
collect stats on other clusters listed, not just available ones More... over 4 years ago