index
:
python_utils.git
master
A bunch of python helper utils. Needed to run most of my python code.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
executors.py
Age
Commit message (
Expand
)
Author
2022-02-02
Used isort to sort imports. Also added to the git pre-commit hook.
Scott
2022-02-02
More type annotations.
Scott
2022-01-31
Adds a quiet option to executor shutdown.
Scott
2022-01-31
Tweak histograms in executors to include seconds label.
Scott
2022-01-31
Use a label formatter for prettier histograms.
Scott
2022-01-30
Fix a recent bug in executors. Thread executor needs to return
Scott
2022-01-30
Adds a shutdown_if_idle method to the executors and also eliminates
Scott
2022-01-30
Do not adjust task count from a child process or thread; always
Scott
2022-01-27
Make the worker selection heuristics work harder to avoid backup
Scott
2022-01-26
Ahem. Still running black?
Scott
2022-01-26
Ran black code formatter on everything.
Scott
2022-01-26
Minor tweaks.
Scott
2022-01-24
Enable scp compression on remote executor to try to improve data
Scott
2022-01-24
Report overall runtime in periodic status dumps.
Scott
2022-01-23
Minor cleanup.
Scott
2022-01-23
Clean up the remote executor stuff and create a dedicated heartbeat
Scott
2022-01-20
Stop using rsync in executors; this was a hack to work around some
Scott
2022-01-12
Scale back warnings.warn and add stacklevels= where appropriate.
Scott
2022-01-11
Fix a couple of bugs in executors. Use run_tests.sh as a pre commit
Scott
2022-01-11
Start using warnings from stdlib.
Scott
2022-01-06
A bunch of changes...
Scott
2021-12-04
Various changes.
Scott
2021-11-18
Make smart futures avoid polling.
Scott Gasch
2021-11-17
Bugfixes in executors.
Scott Gasch
2021-11-17
Make remote workers die if no longer needed; cleanups in executors.
Scott Gasch
2021-11-15
Making remote training work better.
Scott Gasch
2021-11-14
Tighten up the remote executor.
Scott Gasch
2021-11-13
Small bugfixes; also, add a new machine to the remote executor pool.
Scott Gasch
2021-10-31
Ugh, a bunch of things. @overrides. --lmodule. Chromecasts. etc...
Scott Gasch
2021-10-23
Adds site_config; adds Tuya lights. Bugfixes.
Scott Gasch
2021-10-19
Bugfixes.
Scott Gasch
2021-10-06
Starting to move towards python3.9
Scott Gasch
2021-09-10
Adding more tests, working on the test harness.
Scott Gasch
2021-09-08
Add doctests to some of this stuff.
Scott Gasch
2021-09-07
Various changes.
Scott Gasch
2021-07-08
Reduce import scopes, remove cycles.
Scott Gasch
2021-07-08
Lots of changes.
Scott Gasch
2021-03-24
Initial revision
Scott Gasch