Relative Content

Tag Archive for quarkusschedulerreactiverequestscope

How to regularly triger its own endpoint

I have existin endpoint calling some function and it works fine when doing rest call to endpoint. Then i want to create scheduler that will call that function regularly. The scheduler itself works as expected but now there is unexpected exception in the function during scheduled function. The rest endpoint still works. Since the problem seems to be RequestScoped bean i tried ActivateRequestContent but nothing changes.
Bellow minimal reproducable example that better explain the problem.