On Monday, August 13, 2018 at 5:43:13 AM UTC-7, Lisandro wrote:
>
> Thanks for that clarification.
> The files were being created every minute, in concordance with the 
> frequence I run the scheduler.
> I was able to solve it adding ">/dev/null 2>&1" to the end of the line in 
> crontab, so it ended up like this:
>
> * * * * * python /var/www/medios/web2py.py -K webmedios >/dev/null 2>&1
>
> That did the trick, and those files are not created anymore.
> Thank you for your help!
>
> Best regards,
> Lisandro.
>

I don't understand why you are starting the scheduler every minute, instead 
of starting it once, and then scheduling tasks to repeat on a 1 minute 
schedule.

/dps
 

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to