Hello, I'm new in Ktor. And I'm searching how to integrate migration and cron job feature into Ktor (like such feature in Laravel or Rails). Is there any suggestion package or I'm doing it in a wrong way? Thanks!
v
voben
08/20/2019, 2:31 PM
Cron jobs? Maybe a suspending function with a delay?
s
shengyou
08/20/2019, 3:28 PM
Yes, it's one way to do that. But I need something that could be trigger at specific time. Therefore it it could support the crontab string is much better.
e
Eduard Boloș
08/20/2019, 6:58 PM
by migration do you mean database migration? if yes, I can recommend Flyway