Skip to content

Commit

Permalink
Add known issue for realtime (#1452)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericallam authored Nov 1, 2024
1 parent fa18e6c commit befdcef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/realtime/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -261,3 +261,7 @@ We have a full demo app repo available [here](https://github.com/triggerdotdev/n
## Limits

The Realtime API in the Trigger.dev Cloud limits the number of concurrent subscriptions, depending on your plan. If you exceed the limit, you will receive an error when trying to subscribe to a run. For more information, see our [pricing page](https://trigger.dev/pricing).

## Known issues

There is currently a known issue where the realtime API does not work if subscribing to a run that has a large payload or large output and are stored in object store instead of the database. We are working on a fix for this issue: https://github.com/triggerdotdev/trigger.dev/issues/1451. As a workaround you'll need to keep payloads and outputs below 128KB when using the realtime API.

0 comments on commit befdcef

Please sign in to comment.