Skip to content

Parallel HTTP requests for a single service module #4

@stakach

Description

@stakach

Currently all requests occur in serial, which is often not optimal.
We should emulate a browser, allowing up to 6 parallel requests when {wait: true} is not set on the request.

This would, somewhat, emulate how raw TCP modules work.
We should also provide a {skip_previous_wait: true} option for jumping the queue too.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions