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

feat(server): job system #10134

Merged
merged 1 commit into from
Feb 18, 2025
Merged

feat(server): job system #10134

merged 1 commit into from
Feb 18, 2025

Conversation

forehalo
Copy link
Member

No description provided.

@graphite-app graphite-app bot requested review from a team February 12, 2025 11:56
Copy link
Member Author

forehalo commented Feb 12, 2025


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@github-actions github-actions bot added app:server test Related to test cases labels Feb 12, 2025
Copy link

codecov bot commented Feb 12, 2025

Codecov Report

Attention: Patch coverage is 88.37209% with 75 lines in your changes missing coverage. Please review.

Project coverage is 54.26%. Comparing base (f6a86c1) to head (cb895d4).
Report is 1 commits behind head on canary.

Files with missing lines Patch % Lines
...kages/backend/server/src/base/job/queue/scanner.ts 79.22% 15 Missing and 1 partial ⚠️
packages/backend/server/src/base/job/queue/def.ts 78.12% 14 Missing ⚠️
packages/backend/server/src/base/event/scanner.ts 83.09% 11 Missing and 1 partial ⚠️
packages/backend/server/src/base/nestjs/scanner.ts 83.33% 10 Missing ⚠️
...ages/backend/server/src/base/job/queue/executor.ts 93.95% 9 Missing ⚠️
...ackages/backend/server/src/base/redis/instances.ts 59.09% 8 Missing and 1 partial ⚠️
...ackages/backend/server/src/base/job/queue/queue.ts 90.69% 3 Missing and 1 partial ⚠️
packages/backend/server/src/base/event/eventbus.ts 93.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           canary   #10134      +/-   ##
==========================================
+ Coverage   54.07%   54.26%   +0.19%     
==========================================
  Files        2327     2337      +10     
  Lines      107113   107675     +562     
  Branches    17753    17794      +41     
==========================================
+ Hits        57917    58426     +509     
- Misses      47876    47923      +47     
- Partials     1320     1326       +6     
Flag Coverage Δ
server-test 78.57% <88.06%> (+0.19%) ⬆️
unittest 31.39% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@forehalo forehalo force-pushed the 61/server-job-system branch 2 times, most recently from ed74971 to 6562586 Compare February 17, 2025 06:26
@forehalo forehalo force-pushed the 61/server-job-system branch from 6562586 to d2dfe24 Compare February 17, 2025 07:01
@forehalo forehalo marked this pull request as draft February 17, 2025 08:20
@forehalo forehalo force-pushed the 61/server-job-system branch from d2dfe24 to b56f231 Compare February 17, 2025 09:51
@forehalo forehalo marked this pull request as ready for review February 17, 2025 09:51
@forehalo forehalo force-pushed the 61/server-job-system branch 2 times, most recently from 2b6979f to 62dc7f2 Compare February 17, 2025 11:05
@forehalo forehalo changed the base branch from canary to graphite-base/10134 February 18, 2025 03:19
@forehalo forehalo changed the base branch from graphite-base/10134 to canary February 18, 2025 03:20
@forehalo forehalo changed the base branch from canary to graphite-base/10134 February 18, 2025 03:24
@forehalo forehalo changed the base branch from graphite-base/10134 to canary February 18, 2025 03:24
@forehalo forehalo changed the base branch from canary to graphite-base/10134 February 18, 2025 03:31
@forehalo forehalo force-pushed the graphite-base/10134 branch from b2654ff to e3ad421 Compare February 18, 2025 03:31
@forehalo forehalo force-pushed the 61/server-job-system branch from 62dc7f2 to 30d2aed Compare February 18, 2025 03:31
@forehalo forehalo changed the base branch from graphite-base/10134 to 61/fix-cache-test-regression February 18, 2025 03:31
@fengmk2 fengmk2 changed the base branch from 61/fix-cache-test-regression to graphite-base/10134 February 18, 2025 04:25
@fengmk2 fengmk2 force-pushed the 61/server-job-system branch from 30d2aed to c645320 Compare February 18, 2025 04:38
@fengmk2 fengmk2 force-pushed the graphite-base/10134 branch from e3ad421 to 31f8e92 Compare February 18, 2025 04:38
@fengmk2 fengmk2 changed the base branch from graphite-base/10134 to canary February 18, 2025 04:39
@fengmk2 fengmk2 force-pushed the 61/server-job-system branch from c645320 to 9dd7974 Compare February 18, 2025 04:39
Copy link

graphite-app bot commented Feb 18, 2025

Merge activity

@graphite-app graphite-app bot force-pushed the 61/server-job-system branch from 9dd7974 to cb895d4 Compare February 18, 2025 05:42
@graphite-app graphite-app bot merged commit cb895d4 into canary Feb 18, 2025
66 checks passed
@graphite-app graphite-app bot deleted the 61/server-job-system branch February 18, 2025 05:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app:server test Related to test cases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants