I have ~20k existing completed/failed GCP batch jobs. For the GCP console, the Batch job list table takes ~5 minutes to load, and the table is not defaulted to most recent jobs displayed first.
If I try to sort the job list table by "Date created" or try to filter the table (e.g., just failed jobs), I always get the error: "Sorry, the server was not able to fulfill your request." (after waiting many minutes).
If I try to use `gcloud batch jobs`, such as:
```
gcloud batch jobs list --location=us-west1 --format="table[no-heading](jobId)" | wc -l
```
to simply list all jobs, this takes ~30 minutes.
So, GCP Batch does not scale, which makes viewing job logs and troubleshooting failed jobs VERY difficult.