-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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): supplement team email remind #9483
base: canary
Are you sure you want to change the base?
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
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. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## canary #9483 +/- ##
==========================================
- Coverage 52.67% 52.28% -0.40%
==========================================
Files 2174 2174
Lines 97577 97865 +288
Branches 16620 16576 -44
==========================================
- Hits 51402 51169 -233
- Misses 44730 45254 +524
+ Partials 1445 1442 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
5bb9a0f
to
97eb5ce
Compare
4c113aa
to
c015731
Compare
c015731
to
9658d8c
Compare
return { start, end }; | ||
} | ||
|
||
@Cron(CronExpression.EVERY_DAY_AT_MIDNIGHT /* everyday at 12am */) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move it into a separate file like packages/backend/server/src/core/doc/job.ts
fix PD-2047 AF-1996