Da próxima vez, por favor escreve a tua pergunta em Inglês, repara que este grupo é internacional.
Marlysson Silva
unread,
Jul 8, 2017, 1:04:12 PM7/8/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
Are you a brazilian developer? If so , a brazilian in core developer of web2py, it's great! ..
Leonel Câmara
unread,
Jul 8, 2017, 1:21:04 PM7/8/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
I'm Portuguese actually :) but we had a few good Brazilian contributors in the past and I'm hoping we get more in the future.
Massimo Di Pierro
unread,
Jul 10, 2017, 3:36:51 AM7/10/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
You can still use the system cron but we recommend the scheduler. The scheduler makes sure that two execution of the same task do not overlap. for example if a task is supposed to run every minute but the one running 3:21 has not finished by 3:22, we do not start it again until finished, to prevent possible database locking.