actually thats what i ended up doing.. not sure ho...
# ktor
n
actually thats what i ended up doing.. not sure how well this will work..
Copy code
launch {
        while(true) {
           //do Work
            <http://log.info|log.info>("work complete")
            delay(4, TimeUnit.HOURS)
        }
    }
a
@Nikky where did you call this function??
n
this was 4 years ago.. i have no clue anymore.. probably in something like a
GlobalScope.launch
a
True lol. Didn't even check the date!!
I deloyed same code on Heroku but was not called