kou commented on code in PR #14412:
URL: https://github.com/apache/arrow/pull/14412#discussion_r996356187


##########
dev/archery/archery/bot.py:
##########
@@ -269,6 +272,10 @@ def submit(obj, tasks, groups, params, arrow_version):
         queue.put(job, prefix="actions", increment_job_id=False)
         queue.push()
 
+        # # wait for tasks of the job are triggered to collect more
+        # # suitable task URLs
+        time.sleep(wait)

Review Comment:
   Hmm... It seems that the approach may do N `wait` sleeps when we run N 
tasks. For example, `crossbow submit -g wheel` will sleep 9 times.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to