Depends on D5072
I used to have duplicated log ids which lead to errors. This was because they could be sent in such a small interval that they'd have the same timestamp in their IDs. Using UUID solved this problem.
Differential D5073
[services] Rust Integration - Backup - c++ - Use uuid instead of current timestamp when generating log id • karol on Sep 6 2022, 7:23 AM. Authored by Tags None Referenced Files
Details Depends on D5072 I used to have duplicated log ids which lead to errors. This was because they could be sent in such a small interval that they'd have the same timestamp in their IDs. Using UUID solved this problem. services build
Diff Detail
Event TimelineComment Actions It is an improvement but we should handle collisions gracefully by generating a new id. |