-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[backend] ノート作成後の後処理をワーカープロセスで実行するオプションを追加 #15273
base: develop
Are you sure you want to change the base?
[backend] ノート作成後の後処理をワーカープロセスで実行するオプションを追加 #15273
Conversation
このPRによるapi.jsonの差分 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #15273 +/- ##
===========================================
- Coverage 40.54% 40.46% -0.09%
===========================================
Files 1568 1569 +1
Lines 199142 199308 +166
Branches 3985 3962 -23
===========================================
- Hits 80737 80644 -93
- Misses 117832 118090 +258
- Partials 573 574 +1 ☔ View full report in Codecov by Sentry. |
…ate-worker' into feat/15052-support-post-note-create-worker # Conflicts: # CHANGELOG.md
open |
思ったよりパワーが出ない可能性が出てきた メインプロセスのみでHTTPリクエストを捌く状態では効果は見込めるものの、 DBレプリケーション( #15109 )も取り入れて様子を見たいのでdraft |
What
NoteCreateService.postNoteCreated()をワーカープロセスで動かせるようになるオプションを追加します。
デフォルト値は今までと同じ動作(NoteCreateService.create()が呼ばれたプロセスと同じプロセスで呼ばれる)をします。
Why
fix #15052
Additional info (optional)
ローカルで実際に動作確認
Checklist