Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Cloud Run Job keeps pending and does not exececute

Hi.

I have a Cloud Run Job. It worked for 1 week and could put runs, but then it stops working. I even deleted the old Job and created a new one, but even this new one does not execute and the status keeps to be "Pending"! It fails after a while without any error logged or be available!
I also checked quotas under Cloud Run API and I only have used 10% of current quotas at most!

Your help is very appreciated.

Solved Solved
0 2 1,813
2 ACCEPTED SOLUTIONS

Hello @aminaria!

Welcome to the Google Cloud Community!

You can try the following troubleshooting options:

  1. See Jobs retries and checkpoints best practices. A job can fail for various reasons, check out the documentation for the best practice when it comes to handling these failures.
  2. Check if you have missed any logs. This way we can find out what went wrong. See Logging and viewing logs.
  3. You can also contact Google Cloud Support to further look into your case.

Let me know if it helped, thanks!

View solution in original post

Marramirez,

Thanks for your answer. 

I don't know why, but it started working when I reduced the number of tasks. Maybe each task used to be too small!

I'll consider all your hints.

Best,

View solution in original post

2 REPLIES 2

Hello @aminaria!

Welcome to the Google Cloud Community!

You can try the following troubleshooting options:

  1. See Jobs retries and checkpoints best practices. A job can fail for various reasons, check out the documentation for the best practice when it comes to handling these failures.
  2. Check if you have missed any logs. This way we can find out what went wrong. See Logging and viewing logs.
  3. You can also contact Google Cloud Support to further look into your case.

Let me know if it helped, thanks!

Marramirez,

Thanks for your answer. 

I don't know why, but it started working when I reduced the number of tasks. Maybe each task used to be too small!

I'll consider all your hints.

Best,