Hello everybody!
I'm new to Pylons, but I have the basics down as far as I can tell.
What I'm trying to do is get an event to happen at certain increments
of time. Specifically, I would like a model that stores DateTimes for
when certain events should happen, and then fire off those events at
the given time. I'd like this to happen whether somebody is currently
accessing the site or not, but I can't seem to figure out if Pylons
can even take an action without some sort of user interaction.
Any ideas?