i'm going to implement job scheduling / periodic t...
# server
d
i'm going to implement job scheduling / periodic tasks in my backend soon. i'm using ktor and deploying on heroku. heroku suggests to use
quartz
and
rabbitMQ
, which i'm most likely going to try in the near future. alternative i guess would be
vertx
. does anyone have experience with these or other solutions? ideally i want to have persistent period tasks that also survive a restart / new deploy. (alternative i think would be to re-create all jobs/tasks on startup)