Posts by Heitor • 11 points
1 post
-
1
votes0
answers67
viewsQ: Run a Scheduler instance in a clustered environment
I have a project EJB that records a record in the database every 5 minutes. For this I am using the annotation @Schedule. For the cluster to work, I need to upload the application to the two nodes…