- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2019 09:16 AM
I am looking at my event log and I see the same record once as ready and 4 times as tramsferred. Will this only run once? What does transferred mean?
Solved! Go to Solution.
- Labels:
-
Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2019 09:38 AM
Hi, Sean,
Ready:
The system created the event and it is in the queue waiting to be processed.
Transferred:
The event was rotated to a different shard of the Event [sys_event] table.
When an event is rotated, a duplicate record is created in an active shard to be processed.
A scheduled job processes the event when it is next in the queue, but it is not possible to predict when this will happen as because several events may need to be processed before it.
Therefore, you can reprocess the event. See Reprocess an event.
For more info refer to below link:
Mark it as correct or helpful if this helps.
Thanks
Veer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2019 09:38 AM
Hi, Sean,
Ready:
The system created the event and it is in the queue waiting to be processed.
Transferred:
The event was rotated to a different shard of the Event [sys_event] table.
When an event is rotated, a duplicate record is created in an active shard to be processed.
A scheduled job processes the event when it is next in the queue, but it is not possible to predict when this will happen as because several events may need to be processed before it.
Therefore, you can reprocess the event. See Reprocess an event.
For more info refer to below link:
Mark it as correct or helpful if this helps.
Thanks
Veer