Replies: 2 comments 3 replies
-
|
if (!file_exists('/Student-work')) { |
Beta Was this translation helpful? Give feedback.
3 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Why are you starting this discussion?
Question
What GitHub Actions topic or product is this about?
Workflow Deployment
Discussion Details
Hi,
I have created a volume mount for my cloud run app, and I am storing the Google Drive cache file inside it, see my code:
I get a [cached] error when listing files from my Google Drive the first time only, if I restart the file list I have no problem .
I think my issues are related to cold start of cloud run app .
Why, how to fix it ?
Thanks .
Beta Was this translation helpful? Give feedback.
All reactions