Is there a way to schedule Cloud Shell commands in Google Cloud Platform?

nsk

I want to schedule some of my BigQuery table load commands that I execute in the Cloud Shell CLI. How can I schedule my CLI commands in Google Cloud Platform?

Chris32

Cloud Shell isn't a tool intended to use as part of your production environment, you should take a look into it's terms and conditions. you might find this part especially blocking for this purpose:

Non-interactive sessions will be ended automatically after a warning. Note that Cloud Shell sessions are capped at 12 hours, after which sessions are automatically terminated.

What you can actually do is to create a Cloud Function and trigger it by a cron job or use a Compute Engine instance and schedule a command on linux

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Is there a way to specific the google cloud platform project for kubectl in the command?

From Dev

Google Cloud Platform - Backup upload

From Dev

Google Cloud Platform - Logging with multilines

From Dev

Google cloud platform individual billing

From Dev

Authentication in Google Cloud Platform

From Dev

Google Cloud Platform access tensorboard

From Dev

easiest way to schedule a Google Cloud Dataflow job

From Dev

Resilient uploader for Google Cloud Platform

From Dev

Google Cloud Platform: cloudshell - is there any way to "keep" gcloud init configs?

From Dev

Google Cloud Platform Data Display

From Dev

Is there a way to tell who started an instance in Google Cloud Platform?

From Dev

Google Cloud SDK shell

From Dev

Accessing GCP Memorystore from Google Cloud Platform Cloud Shell

From Dev

Reconnect to Google Cloud Platform Terminal

From Dev

Google Cloud Platform files location

From Dev

Account upgrade at Google Cloud Platform

From Dev

How do you schedule GCP AI Platform notebooks via Google Cloud Composer?

From Dev

google cloud platform Cloud locations for Kubernetes(GKE)

From Dev

Is there a way to install Google Cloud Shell Theia extensions?

From Dev

Google Cloud Platform (GCP) Cloud Shell "Boost" feature missing

From Dev

Is there a way to backup contents of VM in Google cloud platform to a specific bucket?

From Dev

Google Cloud Messaging VS Google Cloud Platform

From Dev

Google Cloud Platform with Firebase

From Dev

Google Cloud Platform architecture

From Dev

Google Cloud Platform url resolving

From Dev

Is there a way to open and modify a python file in a virtual machine of google cloud platform?

From Dev

Is there a way to change a google cloud platform project to other GCP account?

From Dev

Google Cloud Platform: Is there a way to ignore Pub/Sub messages if a Cloud Function is already processing?

From Dev

Google Cloud Platform - Is there a way to delete a project?

Related Related

  1. 1

    Is there a way to specific the google cloud platform project for kubectl in the command?

  2. 2

    Google Cloud Platform - Backup upload

  3. 3

    Google Cloud Platform - Logging with multilines

  4. 4

    Google cloud platform individual billing

  5. 5

    Authentication in Google Cloud Platform

  6. 6

    Google Cloud Platform access tensorboard

  7. 7

    easiest way to schedule a Google Cloud Dataflow job

  8. 8

    Resilient uploader for Google Cloud Platform

  9. 9

    Google Cloud Platform: cloudshell - is there any way to "keep" gcloud init configs?

  10. 10

    Google Cloud Platform Data Display

  11. 11

    Is there a way to tell who started an instance in Google Cloud Platform?

  12. 12

    Google Cloud SDK shell

  13. 13

    Accessing GCP Memorystore from Google Cloud Platform Cloud Shell

  14. 14

    Reconnect to Google Cloud Platform Terminal

  15. 15

    Google Cloud Platform files location

  16. 16

    Account upgrade at Google Cloud Platform

  17. 17

    How do you schedule GCP AI Platform notebooks via Google Cloud Composer?

  18. 18

    google cloud platform Cloud locations for Kubernetes(GKE)

  19. 19

    Is there a way to install Google Cloud Shell Theia extensions?

  20. 20

    Google Cloud Platform (GCP) Cloud Shell "Boost" feature missing

  21. 21

    Is there a way to backup contents of VM in Google cloud platform to a specific bucket?

  22. 22

    Google Cloud Messaging VS Google Cloud Platform

  23. 23

    Google Cloud Platform with Firebase

  24. 24

    Google Cloud Platform architecture

  25. 25

    Google Cloud Platform url resolving

  26. 26

    Is there a way to open and modify a python file in a virtual machine of google cloud platform?

  27. 27

    Is there a way to change a google cloud platform project to other GCP account?

  28. 28

    Google Cloud Platform: Is there a way to ignore Pub/Sub messages if a Cloud Function is already processing?

  29. 29

    Google Cloud Platform - Is there a way to delete a project?

HotTag

Archive