Skip to content

Commit 6faf28e

Browse files
author
Kevin Zecchini
authored
add proper link to blogpost
1 parent 9e4b646 commit 6faf28e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

uwsgi-model-update/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Flask/uWSGI Example Code
22

3-
Code related to [this blogpost]() on updating ML models in production without downtime. Please read through the blogpost for a complete understanding of the code in this repo.
3+
Code related to [this blogpost](https://medium.com/ww-tech-blog/well-do-it-live-updating-machine-learning-models-on-flask-uwsgi-with-no-downtime-9de8b5ffdff8) on updating ML models in production without downtime. Please read through the blogpost for a complete understanding of the code in this repo.
44

55

66
Three versions of the application detailed in the blogpost are available:
@@ -31,4 +31,4 @@ r = requests.post(url='http://127.0.0.1:5000/update-model', params={'path': './m
3131
You can also see how each application handles requests before, during, and after model updates by running the example script. If the application needs a redis instance, start one at `localhost:6379` before executing this script. You can run it by providing the argument of which module to run:
3232
```
3333
bash ./scripts/run.sh wsgi_redis_middleware
34-
```
34+
```

0 commit comments

Comments
 (0)