# The Question List

Covering 2026-06-03 to 2026-09-01
65 threads read this period, 65 of them new. Threads are counted per distinct account. Bots and pull requests are excluded.

## New this week

### 1 person: Can I connect one Slack workspace to multiple projects? (new) - posthog

> SupportHog Slack is one Slack workspace → one PostHog project. A second project in the same org cannot connect the same workspace, even to a …
> - [feat(conversations): allow SupportHog Slack in multiple projects of the same workspace](https://github.com/PostHog/posthog/issues/91547), 2026-08-31

### 1 person: Why do Klaviyo reports complete without writing any rows? (new) - posthog

> On one source, `campaign_values_reports` and `flow_values_reports` have completed all 65 of their runs since 2026-08-04 and have never written a row. Every run …
> - [fix(warehouse-sources): Klaviyo campaign and flow values reports complete every sync and write no rows](https://github.com/PostHog/posthog/issues/91729), 2026-08-31

### 1 person: Should Temporal schedules stop when the schema is disabled? (new) - posthog

> When schema discovery stops reporting a table a user had enabled, the schema is disabled but its Temporal schedule keeps firing. Every tick creates an …
> - [Disabling a schema during discovery leaves its Temporal schedule running](https://github.com/PostHog/posthog/issues/91765), 2026-08-31

### 1 person: Can greeting messages support links and rich text? (new) - posthog

> The Conversations support widget's greeting message is plain text only. Newlines are rendered as line breaks, but there is no way to include a clickable …
> - [Conversations widget: support links / basic rich text in the greeting message](https://github.com/PostHog/posthog/issues/91782), 2026-08-31

### 1 person: Can experiment read access be granted via project secret keys? (new) - posthog

> A customer just hit this. They're getting started with experiments and want to sync their experiment definitions into their own Postgres warehouse. They asked for …
> - [feat(experiments): allow experiment:read on project secret API keys](https://github.com/PostHog/posthog/issues/91899), 2026-08-31

### 1 person: How can I see customer-facing connection health for channels? (new) - posthog

> When a customer's messaging channel breaks because of a credential or config problem (an expired APNs signing key, a bad or rotated Firebase service account, …
> - [Customer-facing connection health for messaging channels (push first)](https://github.com/PostHog/posthog/issues/92039), 2026-08-31

### 1 person: Why isn't there an error when a full refresh exceeds the query cap? (new) - posthog

> A v2 data-modeling materialization whose **first** full refresh cannot finish inside the materialization query cap (`HOGQL_INCREASED_MAX_EXECUTION_TIME`, 600s) gets stuck in a …
> - [fix(data-modeling): a first full refresh that can't fit the query cap retries forever with no visible error](https://github.com/PostHog/posthog/issues/92125), 2026-09-01

### 1 person: Can self-optimising workflows track suggestion loops? (new) - posthog

> Tracking issue for **self-optimising workflows**: an agent suggests a change to a workflow, a person approves it, and the change reaches people only through …
> - [Self-optimising workflows: suggestion loop tracking](https://github.com/PostHog/posthog/issues/92154), 2026-09-01

### 1 person: Why does CDP retries ignore the Retry-After header on rate limits? (new) - posthog

> Hog function destinations declare 429 as retriable, but the retry schedule makes those retries near-certain to fail against any per-minute rate limit, so …
> - [CDP destination 429 retries can't survive per-minute rate limits: backoff lands in the same window, Retry-After ignored](https://github.com/PostHog/posthog/issues/92214), 2026-09-01

### 1 person: Is there a step-by-step guide with pictures for setup? (new) - posthog

> I would like a step-by-step guide with pictures though: 1. Open: \[Preferences | Datadog\](https://app.datadoghq.eu/organization-settings/preferences) 2. Scroll down to: MCP …
> - [source](https://github.com/PostHog/posthog/issues/85619#issuecomment-5493604934), 2026-09-01

## posthog

12 standing asks

### 1 person: Can I connect one Slack workspace to multiple projects? (new)

> SupportHog Slack is one Slack workspace → one PostHog project. A second project in the same org cannot connect the same workspace, even to a …
> - [feat(conversations): allow SupportHog Slack in multiple projects of the same workspace](https://github.com/PostHog/posthog/issues/91547), 2026-08-31

### 1 person: Why do Klaviyo reports complete without writing any rows? (new)

> On one source, `campaign_values_reports` and `flow_values_reports` have completed all 65 of their runs since 2026-08-04 and have never written a row. Every run …
> - [fix(warehouse-sources): Klaviyo campaign and flow values reports complete every sync and write no rows](https://github.com/PostHog/posthog/issues/91729), 2026-08-31

### 1 person: Should Temporal schedules stop when the schema is disabled? (new)

> When schema discovery stops reporting a table a user had enabled, the schema is disabled but its Temporal schedule keeps firing. Every tick creates an …
> - [Disabling a schema during discovery leaves its Temporal schedule running](https://github.com/PostHog/posthog/issues/91765), 2026-08-31

### 1 person: Can greeting messages support links and rich text? (new)

> The Conversations support widget's greeting message is plain text only. Newlines are rendered as line breaks, but there is no way to include a clickable …
> - [Conversations widget: support links / basic rich text in the greeting message](https://github.com/PostHog/posthog/issues/91782), 2026-08-31

### 1 person: Can experiment read access be granted via project secret keys? (new)

> A customer just hit this. They're getting started with experiments and want to sync their experiment definitions into their own Postgres warehouse. They asked for …
> - [feat(experiments): allow experiment:read on project secret API keys](https://github.com/PostHog/posthog/issues/91899), 2026-08-31

### 1 person: How can I see customer-facing connection health for channels? (new)

> When a customer's messaging channel breaks because of a credential or config problem (an expired APNs signing key, a bad or rotated Firebase service account, …
> - [Customer-facing connection health for messaging channels (push first)](https://github.com/PostHog/posthog/issues/92039), 2026-08-31

### 1 person: Why isn't there an error when a full refresh exceeds the query cap? (new)

> A v2 data-modeling materialization whose **first** full refresh cannot finish inside the materialization query cap (`HOGQL_INCREASED_MAX_EXECUTION_TIME`, 600s) gets stuck in a …
> - [fix(data-modeling): a first full refresh that can't fit the query cap retries forever with no visible error](https://github.com/PostHog/posthog/issues/92125), 2026-09-01

### 1 person: Can self-optimising workflows track suggestion loops? (new)

> Tracking issue for **self-optimising workflows**: an agent suggests a change to a workflow, a person approves it, and the change reaches people only through …
> - [Self-optimising workflows: suggestion loop tracking](https://github.com/PostHog/posthog/issues/92154), 2026-09-01

### 1 person: Why does CDP retries ignore the Retry-After header on rate limits? (new)

> Hog function destinations declare 429 as retriable, but the retry schedule makes those retries near-certain to fail against any per-minute rate limit, so …
> - [CDP destination 429 retries can't survive per-minute rate limits: backoff lands in the same window, Retry-After ignored](https://github.com/PostHog/posthog/issues/92214), 2026-09-01

### 1 person: Is there a step-by-step guide with pictures for setup? (new)

> I would like a step-by-step guide with pictures though: 1. Open: \[Preferences | Datadog\](https://app.datadoghq.eu/organization-settings/preferences) 2. Scroll down to: MCP …
> - [source](https://github.com/PostHog/posthog/issues/85619#issuecomment-5493604934), 2026-09-01

### 1 person: Why does an automated task stop when a PR is closed? (new)

> An automated task was queued against this PR — resolve the open review threads, get CI green, fix the base conflict — and it started …
> - [source](https://github.com/PostHog/posthog/pull/92256#issuecomment-5494035322), 2026-09-01

### 1 person: Where is the documentation for feature flags? (new)

> Feature flag for this functionality: https://us.posthog.com/project/2/feature_flags/858957
> - [source](https://github.com/PostHog/posthog/pull/65407#issuecomment-5494501395), 2026-09-01

## The numbers behind this report

Every line above counts DISTINCT people, never posts. Each is linked to the public page it came from, so you can check any of them in one click.

- New this period: 65
- Read this period: 65
- Analysed: 65
- Maintainer posts excluded: 18

Source: GitHub. 65 threads analysed over 90 days. 18 posts by the project's own maintainers are excluded from every count.
