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
Our current Unipipe-service-broker solution needs a local storage to store the temporary git changes and then it merges(pushes) them into the remote repo. This cycle makes our OSB eventually consistent.
This solution does not handle temporary storages well enough and if we want to use Serverless services like (GCP Cloud Run) we should improve how our OSB works on the backend side.
The serverless approaches are so fast to initialize and it is also so cheap because it only costs when it is active.
We should consider a way to use cloud storages or some other solution.
The text was updated successfully, but these errors were encountered:
Our current Unipipe-service-broker solution needs a local storage to store
the temporary git changes
and then it merges(pushes) them into the remote repo. This cycle makes our OSB eventually consistent.This solution does not handle
temporary storages
well enough and if we want to useServerless
services like (GCP Cloud Run) we should improve how our OSB works on the backend side.The serverless approaches are so fast to initialize and it is also so cheap because it only costs when it is active.
We should consider a way to use cloud storages or some other solution.
The text was updated successfully, but these errors were encountered: