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

easiest way to schedule a Google Cloud Dataflow job

From Dev

Accessing GCP Memorystore from Google Cloud Platform Cloud Shell

From Dev

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

From Dev

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

From Dev

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

From Dev

Google Cloud Platform architecture

From Dev

Google Cloud Platform with Firebase

From Dev

Authentication in Google Cloud Platform

From Dev

Google Cloud Messaging VS Google Cloud Platform

From Dev

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

From Dev

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

From Dev

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

From Dev

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

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 backup contents of VM in Google cloud platform to a specific bucket?

From Dev

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

From Dev

Google Cloud SDK shell

From Dev

google cloud platform Cloud locations for Kubernetes(GKE)

From Dev

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

From Dev

Resilient uploader for Google Cloud Platform

From Dev

Google Cloud Platform url resolving

From Dev

Reconnect to Google Cloud Platform Terminal

From Dev

Google Cloud Platform files location

From Dev

Google Cloud Platform - Logging with multilines

From Dev

Account upgrade at Google Cloud Platform

From Dev

Google Cloud Platform access tensorboard

From Dev

Google cloud platform individual billing

From Dev

Google Cloud Platform Data Display

From Dev

Google Cloud Platform - Backup upload

Related Related

  1. 1

    easiest way to schedule a Google Cloud Dataflow job

  2. 2

    Accessing GCP Memorystore from Google Cloud Platform Cloud Shell

  3. 3

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

  4. 4

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

  5. 5

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

  6. 6

    Google Cloud Platform architecture

  7. 7

    Google Cloud Platform with Firebase

  8. 8

    Authentication in Google Cloud Platform

  9. 9

    Google Cloud Messaging VS Google Cloud Platform

  10. 10

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

  11. 11

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

  12. 12

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

  13. 13

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

  14. 14

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

  15. 15

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

  16. 16

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

  17. 17

    Google Cloud SDK shell

  18. 18

    google cloud platform Cloud locations for Kubernetes(GKE)

  19. 19

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

  20. 20

    Resilient uploader for Google Cloud Platform

  21. 21

    Google Cloud Platform url resolving

  22. 22

    Reconnect to Google Cloud Platform Terminal

  23. 23

    Google Cloud Platform files location

  24. 24

    Google Cloud Platform - Logging with multilines

  25. 25

    Account upgrade at Google Cloud Platform

  26. 26

    Google Cloud Platform access tensorboard

  27. 27

    Google cloud platform individual billing

  28. 28

    Google Cloud Platform Data Display

  29. 29

    Google Cloud Platform - Backup upload

HotTag

Archive