Skip to content

Commit d2b9939

Browse files
committed
Update blurb about timeout for data source and destination for clickpipes errors
1 parent c87e3ac commit d2b9939

File tree

1 file changed

+1
-1
lines changed
  • docs/integrations/data-ingestion/clickpipes

1 file changed

+1
-1
lines changed

docs/integrations/data-ingestion/clickpipes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ ClickPipes will create a table next to your destination table with the postfix `
8888
### System Errors {#system-errors}
8989
Errors related to the operation of the ClickPipe will be stored in the `system.clickpipes_log` table. This will store all other errors related to the operation of your ClickPipe (network, connectivity, etc.). This table has a [TTL](/engines/table-engines/mergetree-family/mergetree#table_engine-mergetree-ttl) of 7 days.
9090

91-
If ClickPipes cannot connect to a data source or destination after 15 min., the ClickPipes instance stops and stores an appropriate message in the system error table (providing the ClickHouse instance is available).
91+
If ClickPipes cannot connect to a data source after 15 min or to a destination after 1 hr, the ClickPipes instance stops and stores an appropriate message in the system error table (provided the ClickHouse instance is available).
9292

9393
## F.A.Q {#faq}
9494
- **What is ClickPipes?**

0 commit comments

Comments
 (0)