Add entry to stream
Oct 18, 2022
09:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Oct 18, 2022
09:31 AM
Add entry to stream
hi, i have a thing with several service each of them add a entry to stream when is executed, the process for add this entry is same on all services but not all services add entry, and i don´t know which is a problem. can you help me?
Solved! Go to Solution.
Labels:
- Labels:
-
Coding
ACCEPTED SOLUTION
Accepted Solutions
Oct 19, 2022
12:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Oct 19, 2022
12:37 AM
- At what frequency all the services executed?
- Ensure each services writing data with unique timestamp... else it will be overwrites the data.
Here some articles:
2 REPLIES 2
Oct 19, 2022
12:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Oct 19, 2022
12:37 AM
- At what frequency all the services executed?
- Ensure each services writing data with unique timestamp... else it will be overwrites the data.
Here some articles:
Oct 19, 2022
04:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Oct 19, 2022
04:55 AM
I think the timestamp was the problem, after testing and adding a delay in the service when adding the log the problem did not occur. Thanks!
