Hi, does anyone know if `@schedule`annotation work...
# spring
j
Hi, does anyone know if `@schedule`annotation works with kotlin `suspended`functions?
I can answer that no, does not work
k
If i remember corectlly @sheduled has it's own pool in spring so I guess you could wrap your suspending function in runbloking blok. This is not optimal, but at least should work.