diff --git a/apps/docs/content/troubleshooting/avoiding-timeouts-in-long-running-queries-6nmbdN.mdx b/apps/docs/content/troubleshooting/avoiding-timeouts-in-long-running-queries-6nmbdN.mdx index 0fbe1df6105..82f46abac2e 100644 --- a/apps/docs/content/troubleshooting/avoiding-timeouts-in-long-running-queries-6nmbdN.mdx +++ b/apps/docs/content/troubleshooting/avoiding-timeouts-in-long-running-queries-6nmbdN.mdx @@ -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" --- diff --git a/apps/docs/content/troubleshooting/canceling-statement-due-to-statement-timeout-581wFv.mdx b/apps/docs/content/troubleshooting/canceling-statement-due-to-statement-timeout-581wFv.mdx index 314d0ca6ec6..5fcc1973d8c 100644 --- a/apps/docs/content/troubleshooting/canceling-statement-due-to-statement-timeout-581wFv.mdx +++ b/apps/docs/content/troubleshooting/canceling-statement-due-to-statement-timeout-581wFv.mdx @@ -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) diff --git a/apps/docs/content/troubleshooting/edge-function-wall-clock-time-limit-reached-Nk38bW.mdx b/apps/docs/content/troubleshooting/edge-function-wall-clock-time-limit-reached-Nk38bW.mdx index 1d728d87433..1319b6d73a2 100644 --- a/apps/docs/content/troubleshooting/edge-function-wall-clock-time-limit-reached-Nk38bW.mdx +++ b/apps/docs/content/troubleshooting/edge-function-wall-clock-time-limit-reached-Nk38bW.mdx @@ -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 diff --git a/apps/docs/content/troubleshooting/high-latency-with-supabase-client-z0pZzR.mdx b/apps/docs/content/troubleshooting/high-latency-with-supabase-client-z0pZzR.mdx index 07a017d4b67..b8ebce55269 100644 --- a/apps/docs/content/troubleshooting/high-latency-with-supabase-client-z0pZzR.mdx +++ b/apps/docs/content/troubleshooting/high-latency-with-supabase-client-z0pZzR.mdx @@ -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 diff --git a/apps/docs/content/troubleshooting/how-can-i-revoke-execution-of-a-postgresql-function-2GYb0A.mdx b/apps/docs/content/troubleshooting/how-can-i-revoke-execution-of-a-postgresql-function-2GYb0A.mdx index 5f4fdf92e4e..7ca40a0d4a3 100644 --- a/apps/docs/content/troubleshooting/how-can-i-revoke-execution-of-a-postgresql-function-2GYb0A.mdx +++ b/apps/docs/content/troubleshooting/how-can-i-revoke-execution-of-a-postgresql-function-2GYb0A.mdx @@ -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"