Reputation: 8374
I am trying to create a deployment strategy for GCP Workflow. I saw that GCP Workflow has the concept of revision.
Can i "route traffic" using the revision concept? Can I rollback to previous version? How to test the GCP Workflow? Is there a way to run it locally?
Upvotes: 0
Views: 343
Reputation: 1
Workflows does have API methods for listing revisions and retrieving a specific revision, which could be used as a way to rollback when used together with their update-workflow method.
Upvotes: 0