To ensure your data reaches external systems faster and more reliably, Meritto now uses two separate queues to manage webhook traffic: one for real-time updates and one for bulk data pushes.
What it handles:
How it works:
Definition:
An event is treated as real-time if it generates less than or equal to 10 webhook hits per second.
What it handles:
How it works:
Definition:
An event is treated as bulk if it generates more than 10 webhook hits per second or is triggered by a bulk action (e.g., uploading thousands of leads or updating hundreds of applications at once).
Type | Definition | Queue Used | Processing Time |
| Real-Time | ≤10 Records or single event | Real-Time Queue | Immediate (live sync) |
| Bulk | >10 Records or bulk upload/update | Bulk Queue | From 5 mins to 30 mins |
This structure ensures speed for urgent data and efficiency for large-scale operations, keeping your systems in sync without manual intervention or delay.