Consolidate worker pool interfaces #41
Labels
No labels
Epic
Feature Request
HOLD
audit
automerge
bug
dependencies
documentation
duplicate
good first issue
help wanted
invalid
question
release
security
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
NiXTheDev/regexYbot#41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Move IWorkerPool interface to types.ts and clean up worker pool abstraction layer.
Background
Currently the worker pool interface is in a separate file (workerPoolInterface.ts) which adds unnecessary indirection. With WorkerPool v1 being deprecated, we can simplify the architecture.
Implementation Plan
Move interface to types.ts
Simplify interface (optional)
Update WorkerPool implementation
Update all references
Acceptance Criteria
Related
Part of Epic #38