brad999 / nikita

Nikita voice computing platform
MIT License
1 stars 0 forks source link

Scheduled Tasks in Server Code #39

Open brad999 opened 9 years ago

brad999 commented 9 years ago

Need to add a scheduling system within the nikita server code to run certain events/modules/scripts on a periodic schedule or at a specified time.

This can be used to gather information at certain times. For example - emails, log information, etc.

Dependent on client/server code split - #29

Currently looking at using APScheduler: https://apscheduler.readthedocs.org/en/latest/index.html https://bitbucket.org/agronholm/apscheduler

brad999 commented 9 years ago

Just realized that APScheduler is already being utilized for checking gmail. Will just need to make this more dynamic by using an external/easily editable schedule list, such as a text file or database.