Skip to content
Discussion options

You must be logged in to vote

This is expected behavior. For TimerFired events, they are actually created at the time when the Timer is created, with a value of FireAt for when we want the queue item to be visible. When the queue message is finally visible, an orchestrator will pick it up, process the event, and write it to the history table.

Timestamp is a reserved field in Azure Tables for when a row is created. Therefore, we cannot use that field to keep track of our own internal Timestamp value, which maps to the time that the history event was created. Therefore, we have a field called "_Timestamp" that actually maps to that value. You should find that the Timestamp on the history events returned by the Durable F…

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ConnorMcMahon
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1246 on April 01, 2021 21:54.