When the life of a thread expires, the requests inside are terminated halfway.
Open
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.3k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 5
Description
When the life of a thread expires, the requests inside are terminated halfway.
I have a thread that runs for 1 minute
There is a transaction controller inside it and inside it there are 5 requests that are executed sequentially
From creating an entity to deleting it. The problem is that as soon as the time runs out, the thread is killed and the CRUD cycle for the entity is terminated halfway. How can I make the thread work in time and at the same time if the thread has already started working, then after the time has elapsed, it simply performs all its operations inside until the end
Contributor guide
Assessment
This issue has not been assessed yet.