Skip to content
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

既知のWorldにおいてaccount/verify_credentialsを2回以上呼び出さないようにした #6

Merged
merged 2 commits into from
Jan 3, 2022

Conversation

shibafu528
Copy link
Contributor

fix #5

Plugin::Twitter::World#user_initialize で呼び出している account/verify_credentials.json を、1Worldにつき1回だけ呼び出すようにします。また、処理の成否と結果のオブジェクトは共有するようにします。

これにより、APIの呼び出しがキャッシュされ過剰に呼び出されないようになります。
また、結果のオブジェクトが共有されることで object_id を当てにしたループチェックができるようになりました。これによって、際限無くWorldの更新が走らないようになりました。

@tsutsui
Copy link
Collaborator

tsutsui commented Dec 28, 2021

とりあえず 10回くらい起動してみて Rate limit は出ていないので、挙動としては #5 の問題は直っていそうです。
後1日ほど様子を見て Delayer::Deferred の実装まわりで指摘がなければマージしようと思います。

@tsutsui
Copy link
Collaborator

tsutsui commented Dec 29, 2021

とりあえずメモ:

後1日ほど様子を見て Delayer::Deferred の実装まわりで指摘がなければマージしようと思います。

「deferredチェーンが全てメモリに残り続ける」という問題がある、とのことなのでちょっと要検討かも。

@tsutsui
Copy link
Collaborator

tsutsui commented Jan 3, 2022

「deferredチェーンが全てメモリに残り続ける」という問題がある、とのことなのでちょっと要検討かも。

過剰なリクエストとメモリリークとどっちがマシかと言われたら後者の方なので、
とりあえずこのプルリクエストはそのままマージして、
delayer-deferred の用法については別 issue 立てて管理しようと思います。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants