Monday, March 4, 2019

Matt Layman: Ansible Cranked to 11

On the Building SaaS with Python and Django Twitch stream, I tried out a new tool to see if it would improve my deploy time. We configured Ansible to use Mitogen and it was an incredible success.

With Mitogen, the Ansible deploy was 4.5X faster! Check out the YouTube video to watch how quickly we could get Mitogen going.



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...