You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jpa query (ex findByUserId) is returning null intermittently , even though the record exists in database, this is only happening inside the temporal workers
#7377
Open
krishna-yubi opened this issue
Feb 24, 2025
· 0 comments
Jpa query (ex findByUserId) is returning null intermittently , this should not happend , it should return the record everytime
Actual Behavior
Jpa query (ex findByUserId) is returning null intermittently , even though the record exists in database, this is only happening inside the temporal workers
Steps to Reproduce the Problem
1.write a worflow with an activity that fetches a record by Id using Jpa
2.use default retry options
3.set startToCloseTimeout -> 10 min
4. start the workflow
Specifications
Version: 1.27.0
Platform: java
The text was updated successfully, but these errors were encountered:
Expected Behavior
Jpa query (ex findByUserId) is returning null intermittently , this should not happend , it should return the record everytime
Actual Behavior
Jpa query (ex findByUserId) is returning null intermittently , even though the record exists in database, this is only happening inside the temporal workers
Steps to Reproduce the Problem
1.write a worflow with an activity that fetches a record by Id using Jpa
2.use default retry options
3.set startToCloseTimeout -> 10 min
4. start the workflow
Specifications
The text was updated successfully, but these errors were encountered: