Is there a (standard) way multiple instances of a Quarkus application can be coordinated?
A possible use case is the scheduler. When scheduling a periodic task to run every 10 seconds it should do regardless of the number of instances in the cluster.