Skip to content

Add background jobs system#37

Merged
rolandboon merged 1 commit intomainfrom
feature/jobs
Jan 7, 2026
Merged

Add background jobs system#37
rolandboon merged 1 commit intomainfrom
feature/jobs

Conversation

@rolandboon
Copy link
Owner

No description provided.

@codecov
Copy link

codecov bot commented Dec 7, 2025

Codecov Report

❌ Patch coverage is 98.80240% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 96.87%. Comparing base (cc44c7a) to head (060b751).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/jobs/job-service.ts 96.15% 2 Missing ⚠️
src/jobs/utils.ts 93.10% 2 Missing ⚠️
src/jobs/worker.ts 98.80% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #37      +/-   ##
==========================================
+ Coverage   96.50%   96.87%   +0.37%     
==========================================
  Files          45       57      +12     
  Lines        2543     3044     +501     
  Branches      691      808     +117     
==========================================
+ Hits         2454     2949     +495     
- Misses         89       95       +6     
Files with missing lines Coverage Δ
src/jobs/define-job.ts 100.00% <100.00%> (ø)
src/jobs/drivers/eventbridge-scheduler-driver.ts 100.00% <100.00%> (ø)
src/jobs/drivers/mock-driver.ts 100.00% <100.00%> (ø)
src/jobs/drivers/sqs-driver.ts 100.00% <100.00%> (ø)
src/jobs/errors.ts 100.00% <100.00%> (ø)
src/jobs/job-registry.ts 100.00% <100.00%> (ø)
src/jobs/periodic-job.ts 100.00% <100.00%> (ø)
src/jobs/schedule-constants.ts 100.00% <100.00%> (ø)
src/jobs/scheduler.ts 100.00% <100.00%> (ø)
src/jobs/job-service.ts 96.15% <96.15%> (ø)
... and 2 more

Impacted file tree graph

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@cursor
Copy link

cursor bot commented Dec 30, 2025

You have run out of free Bugbot PR reviews for this billing cycle. This will reset on January 9.

To receive reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

@rolandboon rolandboon force-pushed the feature/jobs branch 2 times, most recently from 5c307dc to d366aa6 Compare January 7, 2026 07:40
@rolandboon rolandboon merged commit d23fc11 into main Jan 7, 2026
6 checks passed
@rolandboon rolandboon deleted the feature/jobs branch January 7, 2026 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant