Skip to content

Instantly share code, notes, and snippets.

@jonbcampos
Created August 26, 2019 01:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonbcampos/3de8e4d76d98494023f499dbf168e43d to your computer and use it in GitHub Desktop.
Save jonbcampos/3de8e4d76d98494023f499dbf168e43d to your computer and use it in GitHub Desktop.
gcloud scheduler jobs create pubsub ${SCHEDULER_NAME} \
--schedule="* * * * *" \
--topic=${TOPIC_NAME} \
--message-body="scheduler system"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment