We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44111ae + f8a5953 commit ad5021dCopy full SHA for ad5021d
lib/event_service/client.rb
@@ -23,8 +23,9 @@ def connection_for(endpoint)
23
24
f.adapter Faraday.default_adapter
25
end
26
+ # TODO: According to the report by users, the following code fails to aggregate data for /events page.
27
# connpass は https://connpass.com/robots.txt を守らない場合は、アクセス制限を施すので、下記の sleep を入れるようにした https://connpass.com/about/api/
- sleep 5 if endpoint.include?(EventService::Providers::Connpass::ENDPOINT)
28
+ #sleep 5 if endpoint.include?(EventService::Providers::Connpass::ENDPOINT)
29
30
31
0 commit comments