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 6bce392 + 8358f05 commit 2fa89a7Copy full SHA for 2fa89a7
lib/event_service/client.rb
@@ -23,6 +23,8 @@ def connection_for(endpoint)
23
24
f.adapter Faraday.default_adapter
25
end
26
+ # connpass は https://connpass.com/robots.txt を守らない場合は、アクセス制限を施すので、下記の sleep を入れるようにした https://connpass.com/about/api/
27
+ sleep 5 if endpoint.include?(EventService::Providers::Connpass::ENDPOINT)
28
29
30
0 commit comments