Optionally surface exceptions that happen under executors by reading
[python_utils.git] / executors.py
2022-01-30 ScottDo not adjust task count from a child process or thread...
2022-01-27 ScottMake the worker selection heuristics work harder to...
2022-01-27 ScottAhem. Still running black?
2022-01-27 ScottRan black code formatter on everything.
2022-01-26 ScottMinor tweaks.
2022-01-25 ScottEnable scp compression on remote executor to try to...
2022-01-24 ScottReport overall runtime in periodic status dumps.
2022-01-23 ScottMinor cleanup.
2022-01-23 ScottClean up the remote executor stuff and create a dedicat...
2022-01-20 ScottStop using rsync in executors; this was a hack to work...
2022-01-12 ScottScale back warnings.warn and add stacklevels= where...
2022-01-11 ScottFix a couple of bugs in executors. Use run_tests.sh...
2022-01-11 ScottStart using warnings from stdlib.
2022-01-06 ScottA bunch of changes...
2021-12-05 ScottVarious changes.
2021-11-19 Scott GaschMake smart futures avoid polling.
2021-11-17 Scott GaschBugfixes in executors.
2021-11-17 Scott GaschMake remote workers die if no longer needed; cleanups...
2021-11-16 Scott GaschMaking remote training work better.
2021-11-15 Scott GaschTighten up the remote executor.
2021-11-13 Scott GaschSmall bugfixes; also, add a new machine to the remote...
2021-10-31 Scott GaschUgh, a bunch of things. @overrides. --lmodule. Chrom...
2021-10-24 Scott GaschAdds site_config; adds Tuya lights. Bugfixes.
2021-10-19 Scott GaschBugfixes.
2021-10-07 Scott GaschStarting to move towards python3.9
2021-09-10 Scott GaschAdding more tests, working on the test harness.
2021-09-09 Scott GaschAdd doctests to some of this stuff.
2021-09-08 Scott GaschVarious changes.
2021-07-09 Scott GaschReduce import scopes, remove cycles.
2021-07-09 Scott GaschLots of changes.
2021-03-25 Scott GaschInitial revision