radish icon indicating copy to clipboard operation
radish copied to clipboard

Consider using a uuid (uuid4) as marker

Open realtimeprojects opened this issue 10 months ago • 2 comments

At this time the marker is derived from the epoch time. However, especially when running tests on different hosts in parallel, there is a chance that two seperate test runs might get the same marker. This violates the rules for certain regulatory requirements. Hence, we should use a uuid as a marker to eliminate this problem.

realtimeprojects avatar Apr 26 '24 08:04 realtimeprojects