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
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 occur
0 commit comments