Planning a Day Off
00:00:00
Speaker
Been a good clip. Talk about drawing. You guys taking the day off tomorrow? I know you are too. I'm going to try to take off the whole day, but I don't know.
Challenges in Produce & Expansion
00:00:12
Speaker
There's a lot of shit in produce, man. It's just a lot. Yeah, I mean, we tried expansion. We got delayed. It's called the plot life function, so it catches.
Error Handling Strategies
00:00:21
Speaker
I need to keep up with it. Anything can fail, but for this particular case, I suppose we try going to cut. Because it's called the simple one.
Retry Approach for Google Functions
00:00:37
Speaker
Get ready. We're about to have an interruption in our files. So Cyril, regarding those, so the Google functions, it's all or nothing in terms of retries. But we can just put a try catch on that fetch and then just retry a bunch of times.
Limitations of Google Cloud Functions
00:01:11
Speaker
Yeah, so everything should have retries for sure. In this particular case, though, we are limited to nine minutes on the Google Cloud Function. And it doesn't have those fancy rules. It's nine minutes, wall clock.
Implementing and Verifying Retry Mechanisms
00:01:39
Speaker
Yeah, let's do this. I'm going to add that retry now. Number zero. I'm going to stop this call just so we can verify all the changes in, at least. Yeah, do it.