Hi guys, I have my prod deployment of Ubuntu running nginx and in turn web2py. Also thanks to Niphlod I have all HTTP req's rewritten to https!!!! I have an rq implementation in our code and would like to call web2py-rq.py or run sudo rqworker on the box. In my pre prod environment (no nginx) I just add it to the web2py startup scripts so no problem.
My question is where is the best place to do this when running from nginx? I could run it as a separate process entirely, but would really prefer it if it was started by the same script that nginx uses to start web2py OR should I have it as a web2py "cron" job? Either way when nginx starts web2py an rqworker needs to be started.
What is cnsidered "best practice"
thanks