Log Error?

Anyone know how I can solve this, is the a Supabase issue or just due to my project? {
"code": 403,
"errors": [
{
"domain": "usageLimits",
"message": "Quota exceeded: Your project_and_region exceeded quota for max number of jobs that can be queued per project. For more information, see https://cloud.google.com/bigquery/docs/troubleshoot-quotas",
"reason": "quotaExceeded"
}
],
"message": "Quota exceeded: Your project_and_region exceeded quota for max number of jobs that can be queued per project. For more information, see https://cloud.google.com/bigquery/docs/troubleshoot-quotas",
"status": "PERMISSION_DENIED"
}
Was this page helpful?