google-cloud-scheduler Questions

1

I would like to know if it is possible to execute a job to make a post to an internal VPC http endpoint.
Warren asked 28/1, 2019 at 19:42

1

Solved

When I attempt to deploy the functions.pubsub.schedule like this on index.js: const functions = firebase.functions; var cronCount = 0; exports.processPostsCron = functions.pubsub.schedule('* * * *...
Declarer asked 29/5, 2019 at 15:34

1

Solved

I'm working on a Firebase Cloud Function, to send triggered push notifications. Right now my function sends a push as soon as an user triggers the "IAP" event in my app. 'use strict'; const funct...

1

Solved

After reading the docs cloud scheduler - https://cloud.google.com/scheduler/ GAE cron job - https://cloud.google.com/appengine/docs/flexible/nodejs/scheduling-jobs-with-cron-yaml cloud function p...

© 2022 - 2025 — McMap. All rights reserved.