Bronze 3
Since ‎04-11-2023
‎11-13-2023

My Stats

  • 27 Posts
  • 0 Solutions
  • 3 Likes given
  • 3 Likes received

snef's Bio

Badges snef Earned

View all badges

Recent Activity

Hello,I have a Python code deployed into cloud run as service. This script use a cloud run admin api to create a job and run it after creation if response of create job request is = 200.if I try the code from local works fine. If I try the script int...
Hello,i have developed a flask rest api that create dinamically a job using cloud run admin api.Now i need to creare a rest api that when is called, create a scheduler of a job using Cloud Scheduler Api.I have seen that the cloud scheduler want a aut...
Hello,i'm trying to write a python function to create dynamically a trigger schedule on cloud run job using scheduler admin api.I have implemented this code: import requests from google.oauth2 import service_account import google.auth.transport.reque...
Hello,i have delevoped a flask api that create dynamically a cloud run job.The api works fine if i deploy as cloud run service and call it from Postman, but if i run the flask api with cloud run emulator and try to call api always using Postman, this...
Hi all,i'm developing with my VS Code and cloud Code installed, on MacOS Catalina version 10.15.7I have connected the code project on my google cloud project and when i run google cloud emulator to debug locally, i receive this error: Update initiate...
Likes from