Commit graph

2 commits

Author SHA1 Message Date
a4a1234f06 Reschedule the reminders when adding a new one
The thread handling the reminders is unparked and reschedules the
execution of sending out reminders.
2023-02-02 09:36:30 +01:00
7ded3ef430 Creation of a reminder via web api
Concurrently run the reminder service as well as an web endpoint to
create a new reminder. Note that a new reminder does not notify the
reminder service yet.

Cargo update dependencies
2023-02-02 06:53:34 +01:00