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 have a problem. I want to distribute a small portion of files (currently one) into a large number of repositories. I am hitting the limit 10GB of disk space on the worker.
Possible solutions I see:
no cloning of the target repo (we can create a PR directly via API)
deleting the cloned repo after processing is done (quickwin, but breaks caching possibility)
splitting repositories into batches and run batches in distinct runs
The text was updated successfully, but these errors were encountered:
I have a problem. I want to distribute a small portion of files (currently one) into a large number of repositories. I am hitting the limit 10GB of disk space on the worker.
Possible solutions I see:
The text was updated successfully, but these errors were encountered: