Commit 350f9be
authored
refactor(UuidRequestIdProcessor): extract uuid setting logic to separate method (#152)
* refactor(UuidRequestIdProcessor): extract uuid setting logic to separate method
Move the logic for setting the UUID into a dedicated setUuid method to improve code reusability and maintainability
* fix(logger): simplify uuid request id handling and add tests
Refactor the uuid request id processor to simplify the logic by checking for existing request id first. Add comprehensive tests to verify behavior in different coroutine scenarios.
* feat(CrontabExecutorAspect): add timestamp to crontab execution logs
Add created_at field to track when crontab executions occur1 parent 62c71a2 commit 350f9be
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
0 commit comments