how do I set a function to run after 72 hours, the server maybe restarted during this 72 hours but the timer should resume after the restart. Is there any timers in vertx or java to make this possible.
how do I set a function to run after 72 hours, the server maybe restarted during this 72 hours but the timer should resume after the restart. Is there any timers in vertx or java to make this possible.
a.) Use a database
b.) Run vertx in clustered mode