We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
リスト新着投稿通知処理の場所
with_read_replicaの中にcreate!がある
with_read_replica
create!
mastodon/app/workers/feed_insert_worker.rb
Line 102 in d18b233
with_read_replicaの中にcreate!が入らないようにする
リードレプリカに対して書き込むことに成るので
The text was updated successfully, but these errors were encountered:
Fix: #421 リスト新着投稿通知処理を、リードレプリカの中から外す
6f079ce
Fix: #421 リスト新着投稿通知処理を、リードレプリカの中から外す (#424)
a95c167
Successfully merging a pull request may close this issue.
挙動を変更してほしい機能や動作
リスト新着投稿通知処理の場所
現在の挙動
with_read_replica
の中にcreate!
があるmastodon/app/workers/feed_insert_worker.rb
Line 102 in d18b233
変更してほしい新しい挙動
with_read_replica
の中にcreate!
が入らないようにする必要性
リードレプリカに対して書き込むことに成るので
The text was updated successfully, but these errors were encountered: