How to ensure delivery order of webhooks

Hi,

Other then using the sub/pub queues (not an option at the moment).
How can i ensure webhooks are processed in the correct order.

The time field resolution is per second, making notifications for rapid changing objects impossible to reliably order.

Hi Ellis, I understand the issue with the time field resolution when dealing with high traffic. While Pub/Sub queues would be the recommended solution for ensuring webhook processing order, there isn’t a direct alternative method for guaranteeing webhook processing order when dealing with rapid changes. May I know why pub/sub is not an option?