You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I forked the repository and when I get some time, I'm thinking about fixing the problem by executing many isWorkflowSuccessful concurrently and then picking the latests successful one from the pipelines queried on that batch.
Does that approach make sense?
pedroyan
changed the title
Pipeline times out when looking for workflow on long
Pipeline times out when looking for workflow on branches with plenty of pipelines
Sep 16, 2022
Orb version:
1.6.0
What happened:
Pipeline times out when Nx tries to resolve the
BASE_SHA
by Workflow Name from a long-running branches with lots of pipelines executionsExpected behavior:
Pipeline is able to resolve
BASE_SHA
on long-running branchesAdditional Information:
Steps to reproduce
config.yml
fileset-shas
to look for aworkflow-name
that does not exist so it runs through all pipelinesThe text was updated successfully, but these errors were encountered: