[bot] sync troubleshooting guides to db (#32873)

Co-authored-by: github-docs-sync-bot <github-docs-sync-bot@supabase.com>
This commit is contained in:
github-actions[bot]
2025-01-17 20:20:14 +00:00
committed by GitHub
parent 8deced7dab
commit 8a96b53c64
5 changed files with 16 additions and 11 deletions

View File

@@ -2,8 +2,9 @@
title = "Avoiding timeouts in long running queries"
github_url = "https://github.com/orgs/supabase/discussions/21133"
date_created = "2024-02-09T02:46:42+00:00"
topics = ["database", "platform"]
keywords = ["timeout", "query", "database", "psql", "compute"]
topics = [ "database", "platform" ]
keywords = [ "timeout", "query", "database", "psql", "compute" ]
database_id = "8bb130d5-d298-49c7-8cfb-dd7a3f231154"
---
<Admonition type="tip">

View File

@@ -1,9 +1,10 @@
---
title = 'Canceling statement due to "statement timeout"'
title = "Canceling statement due to \"statement timeout\""
github_url = "https://github.com/orgs/supabase/discussions/14256"
date_created = "2023-05-10T08:29:05+00:00"
topics = ["database"]
keywords = ["statement", "timeout", "postgres", "performance"]
topics = [ "database" ]
keywords = [ "statement", "timeout", "postgres", "performance" ]
database_id = "4a41e734-6883-452f-bc8e-82ff4ac22a81"
---
> If encountering 504 or timeout errors in the Dashboard, check out this [guide](https://github.com/orgs/supabase/discussions/21133#discussioncomment-9573776)

View File

@@ -2,8 +2,9 @@
title = "Edge Function 'wall clock time limit reached'"
github_url = "https://github.com/orgs/supabase/discussions/21293"
date_created = "2024-02-15T11:42:58+00:00"
topics = ["functions"]
keywords = ["wall clock", "limit", "time", "shutdown"]
topics = [ "functions" ]
keywords = [ "wall clock", "limit", "time", "shutdown" ]
database_id = "5a3a0125-84c7-463b-a886-ca53edfba5f4"
[[errors]]
http_status_code = 546

View File

@@ -2,8 +2,9 @@
title = "High latency with supabase client"
github_url = "https://github.com/orgs/supabase/discussions/22100"
date_created = "2024-03-17T14:15:25+00:00"
topics = ["database", "platform"]
keywords = ["latency", "client", "performance"]
topics = [ "database", "platform" ]
keywords = [ "latency", "client", "performance" ]
database_id = "a715c0d3-8636-41b7-a6da-6d49f1b1777c"
---
## Describe the bug

View File

@@ -2,8 +2,9 @@
title = "How can I revoke execution of a PostgreSQL function?"
github_url = "https://github.com/orgs/supabase/discussions/17606"
date_created = "2023-09-21T03:04:41+00:00"
topics = ["database", "functions"]
keywords = ["functions", "permissions"]
topics = [ "database", "functions" ]
keywords = [ "functions", "permissions" ]
database_id = "b7edb30b-beee-40ae-9b4f-666ef6411bb6"
[[errors]]
message = "ERROR: permission denied for function foo"