Relative Content

Tag Archive for azureconcurrencyquarkus

Quarkus scheduler is shared amongst azure multiple instances?

I have Quarkus Java app which uses scheduler and runs every 15 second inside the scheduler reading a query and updating etc…my concern is I want to understand if this scheduler is shared amongst instances or each instance create its own scheduler so if this is the case it might run into concurrency issues