hi all, I am new to ktor. I am wondering wether it is possible to schedule requests from ktor server to other services (meaning that this requests will happen periodically)?
c
cy
05/10/2019, 7:06 AM
There is no need in any special support from ktor side. Just launch a coroutine with a loop consisting of a delay and a ktor client call