Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add worker queue #630

Merged
merged 1 commit into from
Nov 30, 2023

Add job queue infrastructure

00bc5ce
Select commit
Loading
Failed to load commit list.
Merged

Add worker queue #630

Add job queue infrastructure
00bc5ce
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 30, 2023 in 1s

59.32% of diff hit (target 94.77%)

View this Pull Request on Codecov

59.32% of diff hit (target 94.77%)

Annotations

Check warning on line 1 in src/errors/JobQueueStateError.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/errors/JobQueueStateError.ts#L1

Added line #L1 was not covered by tests

Check warning on line 52 in src/handlers/bulkUploadsHandlers.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/handlers/bulkUploadsHandlers.ts#L52

Added line #L52 was not covered by tests

Check warning on line 2 in src/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/index.ts#L2

Added line #L2 was not covered by tests

Check warning on line 22 in src/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/index.ts#L21-L22

Added lines #L21 - L22 were not covered by tests

Check warning on line 19 in src/jobQueue.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/jobQueue.ts#L19

Added line #L19 was not covered by tests

Check warning on line 34 in src/jobQueue.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/jobQueue.ts#L21-L34

Added lines #L21 - L34 were not covered by tests

Check warning on line 40 in src/jobQueue.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/jobQueue.ts#L40

Added line #L40 was not covered by tests

Check warning on line 50 in src/jobQueue.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/jobQueue.ts#L50

Added line #L50 was not covered by tests

Check warning on line 16 in src/tasks/processBulkUpload.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/tasks/processBulkUpload.ts#L16

Added line #L16 was not covered by tests