(Using google app engine if that matters)

I have a table that I want to update on a weekly basis.  Basically it's a 
simple table of users with a date field that gets set to the last time they 
did something and a field to indicate that they are active. I want to check 
every Monday which users weren't active for the prior week and  set them to 
inactive.  Is this possible?  What would I use to do this so this check is 
only done once every week.  I could set this up to run every time someone 
requests a page but that seems like a waste. I want this to somehow trigger 
on its own.

Thanks!

-- 

--- 
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/groups/opt_out.

Reply via email to