Long-running containers with Workflows and Compute Engine
Sometimes, you need to run a piece of code for hours, days, or even weeks. Cloud Functions and Cloud Run are my default choices to run code. However, they both have limitations on how long a function or container can run. This rules out the idea of executing long-running code in a serverless way.
Thanks to Workflows and Compute Engine, you can have an almost serverless experience with long running code.
Read More ↗︎