IBM Cloud Docs
Why is my job run not starting?

Why is my job run not starting?

A trigger to start a job run fails to start the job run.

If your job run did not start, check that the quota for your jobs and job runs is not exceeded.

Code Engine has quotas for jobs and job runs within a project.

Check that the quota limit for jobs and job runs for your project is not exceeded. You are limited to 100 jobs per project and 100 job runs per project before you need to clean up old ones. See Limits and quotas for Code Engine.

Use one of the following ways to check that the quota limit for jobs and job runs is not exceeded.

  • In the CLI, run the ibmcloud ce jobrun list command to list all your defined job runs. Run the ibmcloud ce job list command to list all your defined jobs.

  • From the console, select your project and then go to the Code Engine Overview page. You can view the number of jobs and job runs for the project in the Summary section. For more details, select Jobs or Job runs from the Summary section or select Jobs from the navigation menu.

If the number of jobs or job runs is near the quota limit, delete job runs and then jobs as needed. See I'm over my limit for jobs or job runs. How can I delete them?

For more information, see Working with jobs and job runs and Debugging jobs.