Setup Cloud Functions Crob Job With Cloud Scheduler
June 10, 2019Assuming you aleady
- Created a Google Cloud Project
- (Optional) Setup Google Cloud SDK
Create Cron Job
Go to Google Cloud Console -> Cloud Scheduler.
Click Create a job
.
- Name
- Description
- Frequency: Weekly =
0 0 * * 0
, more example. - Time zone
- Target:
HTTP
- URL:
https://us-central1-PROJECT_ID.cloudfunctions.net/test_account
- HTTP method:
POST
- Body: EMPTY
Click Create
. You can test the cron job immediately using Run now
.
Secure with Authentication
You might want to secure your cloud functions to be triggered by Cloud Sceduler only, and prevent direct access.
During Create a job
, fill in the following as well.
- Auth header:
Add OIDC account
- Service account: e.g.
PROJECT_ID@appspot.gserviceaccount.com
orNAME@PROJECT_ID.iam.gserviceaccount.com
. Pick an existing email from Google Cloud Console -> Service account or create a new service account for authentication purpose (Roles, Grant users access and Create key is not required). - Audience: Leave it empty and it shall be filled with the Cloud Functions URL.
NOTE: Refer to Secure Cloud Functions With OIDC Account (from Cloud Scheduler).
References:
- algo-trading
- algolia
- analytics
- android
- android-ktx
- android-permission
- android-studio
- apps-script
- bash
- binance
- bootstrap
- bootstrapvue
- chartjs
- chrome
- cloud-functions
- coding-interview
- contentresolver
- coroutines
- crashlytics
- crypto
- css
- dagger2
- datastore
- datetime
- docker
- eslint
- firebase
- firebase-auth
- firebase-hosting
- firestore
- firestore-security-rules
- flask
- fontawesome
- fresco
- git
- github
- glide
- godot
- google-app-engine
- google-cloud-storage
- google-colab
- google-drive
- google-maps
- google-places
- google-play
- google-sheets
- gradle
- html
- hugo
- inkscape
- java
- java-time
- javascript
- jetpack-compose
- jetson-nano
- kotlin
- kotlin-serialization
- layout
- lets-encrypt
- lifecycle
- linux
- logging
- lubuntu
- markdown
- mate
- material-design
- matplotlib
- md5
- mongodb
- moshi
- mplfinance
- mysql
- navigation
- nginx
- nodejs
- npm
- nuxtjs
- nvm
- pandas
- payment
- pip
- pwa
- pyenv
- python
- recylerview
- regex
- room
- rxjava
- scoped-storage
- selenium
- social-media
- ssh
- ssl
- static-site-generator
- static-website-hosting
- sublime-text
- ubuntu
- unit-test
- uwsgi
- viewmodel
- viewpager2
- virtualbox
- vue-chartjs
- vue-cli
- vue-router
- vuejs
- vuelidate
- vuepress
- web-development
- web-hosting
- webpack
- windows
- workmanager
- wsl
- yarn