-
Notifications
You must be signed in to change notification settings - Fork 17
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
Support celery tasks on APIv2 to process heavy operations smoothly #1094
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #1094 +/- ##
========================================
Coverage 92.07% 92.08%
========================================
Files 319 319
Lines 27537 27730 +193
Branches 1241 1241
========================================
+ Hits 25356 25534 +178
- Misses 2084 2095 +11
- Partials 97 101 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
6fa077a
to
8a9734e
Compare
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@dmm-com/airone-apiclient-typescript-fetch", | |||
"version": "0.0.9", | |||
"version": "0.0.10", |
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.
@userlocalhost @hinashi please update the apiclient package if this PR seems okay.
⚡ ⚡ ⚡ Now the latest apiv2 client npm package is available at: |
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.
LGTM!
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.
Thank you very much for this very important and your hard work 👍
The APIv2 (new UI) handles heavy operations directly, like edit-entry. Its better to separate such operations async tasks on celery, like the current UI.
It supports: