Why is GCP cloud scheduler so expensive

0 votes
I am having a look at GCP cloud scheduler for running a cloud function which collects and stores some data for my research project. I was looking at running the function every hour for 6 months. However after assessing the pricing this would come to about $440 (24 * 183 * 0.1). This seems quite expensive for quite a simple operation and the cost would only increase if I wanted it to run at my desired rate of every 20 minutes.

Is this the correct usage of cloud scheduler? Wouldn't it be cheaper to fire up a f1-micro instance and have that cron task to fire the function? Is there something special about it that I would lose doing it this way? Especially as IBM cloud functions have free cron
Mar 31, 2022 in GCP by Rahul
• 3,380 points
1,957 views

1 answer to this question.

0 votes

The actual running of a job is called an execution. A job is not billed for individual executions. For instance if a single job is defined to run every day of the month then the job is billed $01/month and not $3/month for 30 executions of that single job. if you have 1  job running every day for 6 months you will be charged $0.6/month.

The pricing is based per account and not per project.

If you need to know more about Cloud Computing, We recommend joining Cloud Computing Course today.

answered Apr 6, 2022 by Korak
• 5,820 points

Related Questions In GCP

0 votes
1 answer

Why should I choose GCP over any other cloud platforms?

There are various Cloud service providers in ...READ MORE

answered Sep 20, 2019 in GCP by Sirajul
• 59,230 points
1,791 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Is there any API for GCP Pricing Calculator for https://cloud.google.com/compute/all-pricing?

You can take a look at the ...READ MORE

answered Mar 9, 2022 in GCP by Korak
• 5,820 points
1,799 views
0 votes
1 answer

What is the difference between GCP cloud composer and workflow?

There are some key differences to consider ...READ MORE

answered Mar 17, 2022 in GCP by Korak
• 5,820 points
1,961 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP