Please submit a ticket about this. Althought I am not sure how to fix this because web2py will think you have two apps.
On Nov 30, 4:54 am, dsanchez <dsanchezll...@gmail.com> wrote: > Hello all > > I have the following crontab file: > #crontab > @reboot cht *applications/atvestpp/modules/SchedulerDownload.py > > In the applications folder, I have a simbolik link 'init' pointing to > my application 'atvestpp'. > > When I started the web2py server, two instances of > SchedulerDownload.py are started, one for 'atvestpp' and a second for > 'init' > ps -ef > ... > cht 2379 2198 9 11:51 pts/1 00:00:00 python web2py.py > cht 2388 2379 12 11:51 pts/1 00:00:00 /usr/bin/python /home/ > cht/web2py/web2py.py -J -M -S atvestpp -a <recycle> -R > cht 2392 2379 12 11:51 pts/1 00:00:00 /usr/bin/python /home/ > cht/web2py/web2py.py -J -M -S init -a <recycle> -R appl > > The problem disappears if a remove the 'init' symbolic link > > I think this is a bug. (I have version 1.99.2) Hope it helps! > > David