Hi,
I’m working on an app that consumes a stream of events from the /api/v1/logs
endpoint via polling requests. The app is designed to only process events that are no older than 24 hours, based on the published
field in the response, which we treat as the event’s timestamp.
Recently, we noticed that some events fetched via polling from the oktapreview
domain had a published
timestamp older than 24 hours. Could this also happen in production (okta
domain)? Or is that some outlier behavior that appeared on testing env only?
Is there any defined maximum delay between when an event is published (the published
timestamp) and when it becomes available through the polling API? If so, is this documented anywhere?
Thanks!