ros-controls / ros2_control_ci

This repository holds reusable workflows for CI of the ros2_control framework.
https://control.ros.org
Apache License 2.0
2 stars 1 forks source link

Auto-issue for failed pipelines reaches API limit #43

Open christophfroehlich opened 4 months ago

christophfroehlich commented 4 months ago

https://github.com/ros-controls/ros2_control_ci/actions/runs/8548124997/job/23421377322

You have exceeded a secondary rate limit. Please wait a few minutes before you try again.

I could imagine that this happens when several jobs of a matrix-strategy finish at the same time and the action-bot interactions have a rate limit.

fmauch commented 4 months ago

I found this issue upstream: https://github.com/JasonEtco/create-an-issue/issues/142

This comment suggests using another type of token to improve things. Seems like currently no clear solution exists.

christophfroehlich commented 4 months ago

Could we find a workaround with some random time delay before trying to create an issue?