Skip to main content

Fair queueing for Parse and Extract requests

To take advantage of fair queueing on an on-premise deployment of Reducto, you can simply make your existing requests to /parse and /parse_async as normal, but additionally pass the user-id via a header parameter on your HTTP request. The header parameter is user-id.

Filtering jobs by user-id

To filter jobs by the user-id you can add the user-id via a header parameter similar to how the requests are made above. When the user-id is excluded from the header, all jobs will be returned regardless of which user it is associated with. Python example for querying jobs by user-id: