CodersCrew / coderscamp

Monorepo containing CodersCamp's internal application, its website, and all development resources created around them.
https://www.coderscamp.edu.pl/
GNU General Public License v3.0
6 stars 3 forks source link

fix(api): [EventsSubscription] retry for subcsription process - listen / catchup #370 #373

Closed hkawalek closed 2 years ago

hkawalek commented 2 years ago

Closes #370

vercel[bot] commented 2 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployments, click below or on the icon next to each commit.

coderscamp-website – ./

🔍 Inspect: https://vercel.com/coderscamp/coderscamp-website/GNb5eMv2Bdaz55mX9x1Mbeupd6Q9
✅ Preview: https://coderscamp-website-git-issue-370-eventssubscr-43f6f9-coderscamp.vercel.app

coderscamp-storybook – ./

🔍 Inspect: https://vercel.com/coderscamp/coderscamp-storybook/Fife9GPtGgBuqPjhNy6tFZdoMxV5
✅ Preview: https://coderscamp-storybook-git-issue-370-eventssubs-f8e733-coderscamp.vercel.app

coderscamp-docs – ./

🔍 Inspect: https://vercel.com/coderscamp/coderscamp-docs/FMMojnP1CTmnzicCxPcqKc7PAWRn
✅ Preview: https://coderscamp-docs-git-issue-370-eventssubscript-846e11-coderscamp.vercel.app

codecov-commenter commented 2 years ago

Codecov Report

Merging #373 (897b661) into main (d25ac78) will increase coverage by 1.05%. The diff coverage is 95.12%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #373      +/-   ##
==========================================
+ Coverage   87.50%   88.55%   +1.05%     
==========================================
  Files         138      150      +12     
  Lines        1552     1765     +213     
  Branches      201      229      +28     
==========================================
+ Hits         1358     1563     +205     
- Misses        194      201       +7     
- Partials        0        1       +1     
Flag Coverage Δ
api 86.36% <95.12%> (+1.22%) :arrow_up:
ui 99.01% <ø> (+0.14%) :arrow_up:

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

Impacted Files Coverage Δ
...ents-subscription/events-subscriptions-registry.ts 100.00% <ø> (ø)
packages/api/src/shared/utils/using.ts 100.00% <ø> (ø)
...ication/events-subscription/events-subscription.ts 94.59% <86.36%> (-1.80%) :arrow_down:
packages/api/src/shared/prisma/prisma.service.ts 100.00% <100.00%> (ø)
...ackages/api/src/shared/utils/notification-token.ts 100.00% <100.00%> (ø)
packages/api/src/shared/utils/retry-until.ts 100.00% <100.00%> (ø)
packages/api/src/shared/env.ts 100.00% <0.00%> (ø)
...-sender/infrastructure/node-mailer-email-sender.ts 33.33% <0.00%> (ø)
...ule/write/email-sender/application/email-sender.ts 100.00% <0.00%> (ø)
... and 10 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d25ac78...897b661. Read the comment docs.