-
I have an injected (Quarkus container managed)
Everything is going well but I wonder how to remove tasks (runnables) from this scheduler? Since the scheduler contains different tasks, I can't just use I tried casting the
However, Quarkus |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 8 replies
-
Beta Was this translation helpful? Give feedback.
-
Yes, it's not a good idea to manually invoke I am not sure how to remove tasks as runnables (@mkouba might know more) but one other way might be through |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, |
Beta Was this translation helpful? Give feedback.
-
@dmlloyd yes, indeed. It's a bug. The same code works in wildfly (using the I created an issue with a reproducer: #39746 |
Beta Was this translation helpful? Give feedback.
-
While attempting to get to the actual issue, I uncovered jboss/jboss-threads#163 which I think explains the reproducer's behavior. |
Beta Was this translation helpful? Give feedback.
While attempting to get to the actual issue, I uncovered jboss/jboss-threads#163 which I think explains the reproducer's behavior.