Skip to content

Commit d588bb9

Browse files
committedDec 19, 2024··
#424 fbe new
1 parent bfdf6bd commit d588bb9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎judges/find-all-issues/find-all-issues.rb

-5
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
require 'fbe/who'
3131
require 'fbe/issue'
3232

33-
start = Time.now
3433
Fbe.iterate do
3534
as 'min-issue-was-found'
3635
by "(agg (and (eq where 'github') (eq repository $repository) (eq what 'issue-was-opened')) (min issue))"
@@ -42,10 +41,6 @@
4241
rescue Octokit::NotFound
4342
next 0
4443
end
45-
if Time.now - start > 2 * 60
46-
$loog.info("We are doing this for #{start.ago} already, won't check #{repo}")
47-
next issue
48-
end
4944
total = 0
5045
before = Time.now
5146
Fbe.octo.search_issues("repo:#{repo} type:issue created:<=#{after.iso8601[0..9]}")[:items].each do |json|

0 commit comments

Comments
 (0)
Please sign in to comment.