Hi.
I'm still having troubles to start a worker on Opalstack for my schedulers.
I've this error:
----------
[myuser web2pyfolder]$ nohup env/bin/python web2py/web2py.py -K myapp &
[1] 21916
[
myuser web2pyfolder
]$ nohup: ignoring input and appending output to ‘nohup.out’
[1]+ Exit 1 nohup env/bin/python web2py/web2py.py -K myapp
-----------------
If I don't put the & at the end it sometimes runs, sometimes not.
I've tried to use the older Web2py version that I was using on Webfaction and the error still the same.
Is there another way to start a worker?
Or can I run some functions of my application with cron?
Thanks, regards.