Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Clowder supports scheduling of repetitive tasks by executing a job registered in MongoDB Collection called jobs. The only implemented job as of August 2016 is EmailDigest triggered by setting an e-mail option in user's profile page as seen in Figure below. Selecting hourly, daily or monthly option in the pull down menu creates a job called Digest('id') in the database which is then executed at pre-defined times, currently at the top of an hour (hourly), at 7:00 am (daily) or every Monday at 7:00 am (weekly). 

Image ModifiedImplementation

...