From 533158b55c2c34e9893e254cd36c608966c1e1a1 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Fri, 2 May 2025 11:41:50 -0700 Subject: [PATCH] Document INTAKE_TIMEOUT --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0ca38a1..04fab38 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,8 @@ Examples: | `on 3/25` | Once a year on March 25 | | `on */7` | Each month on the 7th | +The timeout for a source's fetches and other actions can be set on the source via the environment variable `INTAKE_TIMEOUT`. + ### Action API The Intake action API defines how programs should behave to be used with Intake sources.