Reputation: 35
I would like to get a help from you. I am trying to deploy my python script to google cloud and execute it as cron. I am unable to deploy it to google cloud as i am unable to it work. Can anyone help me with this? Thanks in advance.
Upvotes: 0
Views: 1015
Reputation: 75790
In your use case, you have to deploy your python somewhere.
In both case, I recommend you to use container to package your code.
Then you have to schedule that runtime.
Upvotes: 3