Easier and more self documenting patterns for loading/saving Persistent
[python_utils.git] / zookeeper.py
2022-08-23 Scott GaschImprove docs.
2022-08-21 Scott GaschImprove comments.
2022-08-21 Scott GaschMake release return a bool. Improve tests and logging.
2022-08-20 Scott GaschAdds a releasable and renewable lease subclass.
2022-08-20 Scott GaschClarify/improve docs around leases and lease reacquisition.
2022-08-20 Scott GaschAdd a listener for state changes to zookeeper elections...
2022-08-20 Scott GaschBreak a dependency from zookeeper to config.
2022-08-20 Scott GaschReduce the doctest lease duration...
2022-08-20 Scott GaschAdd zookeeper.py; some handy wrappers for leader electi...