htmfilho / minimily

Use Minimily to organize your minimalist life.
https://www.hildeberto.com/minimily/
GNU General Public License v3.0
8 stars 0 forks source link

Integrate a scheduler service to perform automatic jobs at predifined times #23

Open htmfilho opened 5 years ago

htmfilho commented 5 years ago

Some operations should be automated to save user's time. For that, we need to integrate a scheduler to run code at a certain date and time.

keniasousa commented 5 years ago

The scheduler is similar to creating a recurrent event in a calendar, e.g. every last Friday of the month, every 15th of the month.

htmfilho commented 5 years ago

The goal here is just to integrate a scheduler in the application. The scheduler will be used to run the standing instructions as specified in #24. It is not business related.