f3l1x98 / expenses-tracker

MIT License
0 stars 0 forks source link

Restart breaks certain recurring jobs #2

Open f3l1x98 opened 1 month ago

f3l1x98 commented 1 month ago

In case you have a recurring income/expense that triggers every month (or every year, day, ...) this gets resettet after a restart. Example:

-> Either enforce more explicit crons, like the first of every month, or save last execution timestamp in db

f3l1x98 commented 2 weeks ago

This has been somewhat alleviated due to the frontend only allowing to specify crons akin to yearly, monthly or weekly