Skip to content

Birds: concurrent job workers for non-browser flights #9

Description

@pgagnidze

The job worker processes one bird at a time. Browser birds in persistent mode need this (singleton lock), but non-browser birds and browser birds in isolated mode could run in parallel since each gets its own BrowserContext.

A bounded concurrency pool in the worker would let eligible flights overlap while persistent-mode browser birds continue to serialize through the browser lock.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions