how to rollback scheduler.schedule(instance) #536
Unanswered
GithubRyze
asked this question in
Q&A
Replies: 1 comment
-
It should participate in transactions if you are using the boot-autostarter. Are you? (see code) If you are instantiating the Scheduler or the SchedulerClient yourself, you probably need to wrap it in a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My business have two step like belows:
so i must use Transactional commit. but i used spring @transactional and transactionTemplate are invalide. step 1 failed but step 2 always created a scheduler.
RecordRepository extends JpaRepository,
Beta Was this translation helpful? Give feedback.
All reactions