Details des Tickets
Beschreibung,Kommentare und Anhänge
| Title |
Id |
Author |
Created at |
Message |
| reworked code and added important comments |
0daabc81c0a82a4b24461be9f13e193401f50940 |
TUV\gabrielg |
2023-11-20T11:56:52.000Z |
reworked code and added important comments
|
| If aquiring write lock fails we now try to use initially created session, if it… |
98a686c8ee520c886ca7dc6fa9623bb282975fe3 |
TUV\gabrielg |
2023-11-20T14:09:40.000Z |
If aquiring write lock fails we now try to use initially created session, if it can be retrieved from database without write lock. In that case we write a note to larave log.
We throw an exception, if initially created session cannot be retrieved from database without a write lock. we put a lot of debug data to exception message
|
| + changed back latest sortig from updated_at to created_at as tests require that |
e36dd27f4d07d1092611fb1ecc44d9cafbdde97c |
TUV\gabrielg |
2023-11-20T15:04:49.000Z |
+ changed back latest sortig from updated_at to created_at as tests require that
+ optimized code
|