To run your script/worker continuously you can use the supervisor.
apt-get install supervisor
Run your worker as daemon with supervisor make sure your that your configuration looks like worker.conf
below
$supervisorctl
supervisorctl> start worker
$supervisorctl
supervisorctl> stop worker
supervisorctl status worker