On 5/1/06, Kevin Horn <[EMAIL PROTECTED]> wrote: > I do have one question though...if I schedule a task, and then shut down and > restart the server, what happens? Is there any built-in functionality to > save these tasks? Or are they only in memory?
I have the same issue. I've written a class that persists tasks to the database, updates the scheduler if they change, and restores them at startup. It's currently written against the Spyce scheduler (I was using it before 0.9a5 came out), so one of my tasks is now to migrate it to the built-in Kronos-based scheduler. I'll clean it up and post it as a recipe to Trac. -- Tim Lesher <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

