JavaEE scheduled task wait for transaction commit
I have some Task
s which are stored in a database (MySQL). Task
basically makes an API call to a remote system, which throws an exception if two Task
s try to execute concurrently.
I have some Task
s which are stored in a database (MySQL). Task
basically makes an API call to a remote system, which throws an exception if two Task
s try to execute concurrently.