Docparser was built to handle traffic peaks without a degrading the responsiveness of the app. We do this by queuing up the different steps of the processing in separated job queues.
All documents in Docparser go through the following steps:
Import Queue
We received the original file and it is currently imported to our system or pre-processed.
Data Parsing Queue
The document is queued for data parsing. Data parsing means that we apply the parsing rules and pull out the data fields you are after.
Integrations Queue
As soon as the parsing is done, the parsed data is scheduled to be sent to all integrations (third party apps or APIs) which you created. This step is only relevant when you use webhook integrations such as our Google Sheets, Salesforce, etc. or our generic webhook feature.