I have a `@Component` in which I want to run a sus...
# spring
a
I have a
@Component
in which I want to run a suspend function on app start (
@PostConstruct
or
@EventListener
) and
@Scheduled
but this seem to only work on blocking methods. Is there a workaround?