Easier and more self documenting patterns for loading/saving Persistent
[python_utils.git] / executors.py
2022-09-01 Scott GaschEasier and more self documenting patterns for loading... master
2022-09-01 Scott GaschGet rid of hardcoded remote worker pool in favor of...
2022-08-10 Scott GaschUpgrade to python 3.9.
2022-06-03 Scott GaschRename a method in exec_utils.
2022-06-02 Scott GaschInitial stab at a smarter doc/unit/integration/coverage...
2022-05-31 Scott GaschImprove docstrings for sphinx.
2022-03-25 Scott GaschSince this thing is on the innerwebs I suppose it shoul...
2022-03-22 Scott GaschLoosen backup policy and cleanup code a little.
2022-02-12 Scott GaschChange weights.
2022-02-10 Scott GaschMore cleanup.
2022-02-09 Scott GaschFix typo.
2022-02-09 Scott GaschChange the weights in the default executor's remote...
2022-02-08 Scott GaschMore cleanup.
2022-02-05 Scott GaschAdd coding comments for files with utf8 characters...
2022-02-03 Scott GaschChange settings in flake8 and black.
2022-02-02 ScottLet's be explicit with asserts; there was a bug in...
2022-02-02 ScottUsed isort to sort imports. Also added to the git...
2022-02-02 ScottMore type annotations.
2022-01-31 ScottAdds a quiet option to executor shutdown.
2022-01-31 ScottTweak histograms in executors to include seconds label.
2022-01-31 ScottUse a label formatter for prettier histograms.
2022-01-31 ScottFix a recent bug in executors. Thread executor needs...
2022-01-31 ScottAdds a shutdown_if_idle method to the executors and...
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