This is an automated email from the ASF dual-hosted git repository. klesh pushed a commit to branch kw-optimize-git-clone in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
commit 5892f6ceef82780f675d21eb38a5b87c39301ec7 Author: Klesh Wong <[email protected]> AuthorDate: Mon Apr 1 18:23:41 2024 +0800 fix: add missing RESUME_PIPELINES setting to env.example --- env.example | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/env.example b/env.example index aab1ff22a..540630d66 100755 --- a/env.example +++ b/env.example @@ -39,6 +39,8 @@ API_TIMEOUT=120s API_RETRY=3 API_REQUESTS_PER_HOUR=10000 PIPELINE_MAX_PARALLEL=1 +# resume undone pipelines on start +RESUME_PIPELINES=true #TEMPORAL_URL=temporal:7233 TEMPORAL_URL= TEMPORAL_TASK_QUEUE= @@ -67,6 +69,9 @@ IN_SECURE_SKIP_VERIFY= # In plugin gitextractor, use go-git to collector repo's data ########################## USE_GO_GIT_IN_GIT_EXTRACTOR=false +# NOTE that COMMIT_FILES is part of the COMMIT_STAT +SKIP_COMMIT_STAT=false +SKIP_COMMIT_FILES=false # Set if response error when requesting /connections/{connection_id}/test should be wrapped or not ##########################
