Skip to content

Tags: arrmansa/auto-function-serving

Tags

v0.1.7

Toggle v0.1.7's commit message
v0.1.7

Removed incorrect use of 'finally' resulting in better performance
Better formatting

v0.1.6

Toggle v0.1.6's commit message
v0.1.6

released

v0.1.5

Toggle v0.1.5's commit message
v0.1.5

Popen works well and is now the default like initially intended.
Fixed readme.
AsyncServerHandler code fixed and simplified.
Added time.sleep(random.random()) to reduce number of spawned processes.
improved setstate and getstate

v0.1.4

Toggle v0.1.4's commit message
v0.1.4

fixed typos and errors in async

v0.0.5

Toggle v0.0.5's commit message
Release 0.0.5

python -m build
python -m twine upload --repository testpypi dist/*
pip uninstall auto_function_serving
pip install -i https://test.pypi.org/simple/ auto-function-serving==0.0.5

v0.0.3

Toggle v0.0.3's commit message
Release 0.0.3

Correct License