Replies: 1 comment 2 replies
-
unless the method waits until those tasks are complete, the scheduler will not consider the subtasks, no. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
I have a question about
@Scheduled
, and I couldn't find anything about it in the docs.I have a method annotated with this annotation, and it runs some tasks using a virtual thread executor. My question is, will Micronaut wait until all virtual threads are done before executing again the job method? Or will it execute it again no matter what, even if processing overlaps?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions