google-cloud-scheduler Questions
1
I've been running two cloud functions that are triggered by cloud scheduler cron jobs. They've been working fine for months until yesterday. Here is the log:
{"@type":"type.googleapi...
Ogdoad asked 21/4 at 0:33
2
This article says to simply click view under the Logs column to see the output of Google Cloud Scheduler logs. However, while I can see the status code of a HTTP scheduled function, I cannot see th...
Jotter asked 18/7, 2019 at 16:47
6
Solved
I want to start/stop a set of Compute engine instances in Google Cloud Platform using Google Cloud Scheduler. How can I do it?
Oakley asked 13/11, 2019 at 5:33
3
Solved
I have a Scheduled Cloud Function (using Google's new solution) that is meant to run every Monday at 12:00am.
export const updateHighScores = functions.pubsub.schedule('0 0 * * 1').onRun((context...
Constantine asked 20/5, 2019 at 12:11
5
Solved
I have ran this example using this job
Everything worked well.
Now I am trying to see if there is a way to pass parameters to jobs running on Cloud Run.
I understand I can use the command to create...
Titbit asked 31/8, 2022 at 21:15
3
Solved
I have a cloud scheduler which I am using to trigger my cloud function as http call, In my cloud function I would like to form a query (which should be dynamic). To do so, I am passing some paramet...
Bowne asked 24/9, 2019 at 20:11
5
I've been trying to invoke a GCP function (--runtime nodejs8 --trigger-http) from GCP scheduler, both located within the same project. I can only make it work, if I grant unauthenticated access by ...
Colobus asked 4/2, 2020 at 10:31
4
Solved
I am trying to create a Cron job programmatically in the CloudScheduler Google Cloud Platform using the following API explorer.
Reference: Cloud Scheduler Documentation
Even though I have given the...
Ancestral asked 16/12, 2021 at 9:18
4
I have schedule a HTTP call type job using Google Cloud Scheduler. How do I send out email alert if the job failed?
I have read the Cloud Scheduler documentation, and google around but the answer ...
Moorhead asked 2/4, 2019 at 10:12
2
Solved
There are 3 batches in my project. I have put all 3 batches in a single docker image. Now to run any particular batch I invoke the docker run with command line argument, which is taken into account...
Acetum asked 17/3, 2019 at 0:10
3
Solved
I am trying to invoke Google cloud function which is Http triggered by cloud scheduler.
But whenever I try to run cloud scheduler it always says permission denied error
httpRequest: {
status: 403...
Tomasatomasina asked 20/9, 2020 at 15:49
3
Solved
I'm hosting the backend for an internal admin tool on Cloud Run. Since only admins of the GCP project should be able to access this tool, I followed the instructions here to enable IAP for Cloud Ru...
Zygapophysis asked 25/6, 2022 at 9:45
5
Solved
I've looked everywhere and it seems people either use pubsub, app engine http or http with no auth. Not too many people out there showing their work for accessing functions via authentication w/ oi...
Rhoea asked 15/4, 2020 at 18:19
3
I have a Cloud Run service setup and I have a Cloud Scheduler task that calls an endpoint on that service. When the task completes (http handler returns), I'm seeing the following error:
The req...
Gulf asked 3/10, 2019 at 17:4
4
Solved
I'm using firebase for a project and am working on creating a schedule function using the following code. I want to log a message every minute this runs.
export const timedQuery = functions.pubsub...
Cancellate asked 16/4, 2020 at 15:14
4
I have a problem with a job in the Cloud Scheduler for my cloud function. I created the job with next parameters:
Target: HTTP
URL: my trigger url for cloud function
HTTP method: POST
Body:
{...
Dreibund asked 8/11, 2018 at 21:10
3
Solved
What's the process for verifying the HTTP request from Google Cloud scheduler? The docs (https://cloud.google.com/scheduler/docs/creating) mention you can create a job with a target of any publicly...
Mithridate asked 6/11, 2018 at 22:50
3
I want to migrate from App Engine Cron jobs to Cloud Scheduler, but in Cloud Scheduler the request deadline timeout is 60 seconds, not the 10 minutes that has the requests from Cron jobs.
Is there...
Zee asked 26/4, 2019 at 19:55
0
I've read a few threads here about how to schedule a Google Colab notebook to run and they all say use Google Scheduler, but while creating the Scheduler job it's completely not intuitive or obviou...
Clothes asked 5/12, 2020 at 15:46
2
I have a situation where I am trying to create two Cloud Functions namely CF1 & CF2 and I have one Cloud Scheduler. Both cloud functions are having authenticated invocation enabled. My flow is ...
Gnatcatcher asked 6/4, 2020 at 8:44
3
I have created a GCP Cloud Scheduler job to run every 15 minutes. It is supposed to call an API from my Node js application.
In the console the job definition looks like this:
Description: A job
F...
Uzzi asked 25/11, 2019 at 3:35
1
Solved
Firebase indicates the cost for cloud scheduler jobs as $0.10 here: https://firebase.google.com/docs/functions/schedule-functions
Does that mean you would be charged $864 dollars per month if...
Britishism asked 26/7, 2020 at 3:23
3
Solved
Is it somehow possible to trigger a Google Cloud Build with Google Cloud Scheduler periodically?
I can't find anything related to it on the Internet.
Killie asked 27/8, 2019 at 19:50
2
Solved
I am currently studying for the GCP Data Engineer exam and have struggled to understand when to use Cloud Scheduler and whe to use Cloud Composer.
From reading the docs, I have the impression tha...
Hasin asked 21/1, 2020 at 12:26
2
I currently have a PySpark job that is deployed on a DataProc cluster (1 master & 4 worker nodes with sufficient cores and memory). This job runs on millions of records and performs an expensiv...
Clathrate asked 18/11, 2019 at 11:0
1 Next >
© 2022 - 2024 — McMap. All rights reserved.