Skip to content

Commit ad5021d

Browse files
authored
Merge pull request #1539 from coderdojo-japan/temporarily-comment-out-pr-1535-that-failed-tasks
Temporarily comment out #1535 that failed tasks for /events page
2 parents 44111ae + f8a5953 commit ad5021d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/event_service/client.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ def connection_for(endpoint)
2323

2424
f.adapter Faraday.default_adapter
2525
end
26+
# TODO: According to the report by users, the following code fails to aggregate data for /events page.
2627
# connpass は https://connpass.com/robots.txt を守らない場合は、アクセス制限を施すので、下記の sleep を入れるようにした https://connpass.com/about/api/
27-
sleep 5 if endpoint.include?(EventService::Providers::Connpass::ENDPOINT)
28+
#sleep 5 if endpoint.include?(EventService::Providers::Connpass::ENDPOINT)
2829
end
2930
end
3031
end

0 commit comments

Comments
 (0)