Hisoka-X commented on code in PR #4263:
URL: https://github.com/apache/flink-cdc/pull/4263#discussion_r2782569866
##########
.github/workflows/flink_cdc_base.yml:
##########
@@ -47,6 +47,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 120
strategy:
+ max-parallel: 20
Review Comment:
Modifying the parallelism settings does not solve the resource limitations
of the action runner under the Apache organization. Perhaps we can consider
moving the action execution to the contributor's fork repository (which is
completely free). This would avoid Apache's limitations, and this approach is
currently used in both Spark and SeaTunnel. @yuxiqian @lvyanquan
--
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]