Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@krishna-yubi
Copy link

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

  • Version: 1.27.0
  • Platform: java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant