google / analytics-settings-database

Apache License 2.0
54 stars 10 forks source link

Error when creating cloud scheduler #2

Closed Technical-Analytics-Implementation closed 1 year ago

Technical-Analytics-Implementation commented 1 year ago

Hey there!

I did my best to avoid submitting a request but I wanted to reach out. The steps I've taken include deleting my first staging project and creating a new staging project just to make sure I didn't miss a step in the process.

I am getting two errors at the last stage of the script when it tries to create a cloud scheduler. See the errors below and the screenshot here https://d.pr/i/BrTjGp .

ERROR: (gcloud.app.create) The project [myproject-name] already contains an App Engine application in region [us-central].  You can deploy your application using `gcloud app deploy`.
ERROR: (gcloud.scheduler.jobs.create.http) argument --uri: Bad value []: Must be a valid HTTP or HTTPS URL.

I am using a brand new project to test out the script prior to installing on a production project.

I hope this is enough information to get started. Let me know if I should provide more details.

Thank you.

b-kuehn commented 1 year ago

The latest updates fix this issue since the deploy script no longer creates the scheduler and users are instructed to use the Google Cloud UI.