Use Supervisor to run your Python Tests

Jayden Chua
4 min readMay 26, 2018

For most scenarios where you need your test to run for a long time, with a bad connection, keeping your ssh connection up might be almost be impossible at times.

A simple fix for this problem run your python script as a cronjob using crontab -e . However there might be some pitfalls to this simple fix. Instead, we can let supervisor execute your python scripts. You can then log in via SSH or…

--

--

Jayden Chua

An avid web developer constantly looking for new web technologies to dabble in, more information can be found on bit.ly/jayden-chua