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


##########
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:
   you are correct, sorry about that, we probably should only wait if there are 
no links to the individual task. In that case I would expect the links to be 
available and the wait to be only for the first one:
   ```
   if not task.status().build_links and self._wait_for_task:
       time.sleep(self.__wait_for_task)
   ```



-- 
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