From 8d7d3eb90b2da3358d183b6f36862ec10c633cae Mon Sep 17 00:00:00 2001 From: nodiscc Date: Thu, 13 Apr 2023 16:04:03 +0200 Subject: [PATCH] tools: hecat/update-metadata: sleep for 7.3 seconds between calls to the github API - ref. https://github.com/nodiscc/hecat/issues/97 - fixes 'API rate limit exceeded for installation' errors in https://github.com/awesome-selfhosted/awesome-selfhosted-data/actions/workflows/update-metadata.yml --- .hecat/update-metadata.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.hecat/update-metadata.yml b/.hecat/update-metadata.yml index d177496fca..4df2cc548e 100644 --- a/.hecat/update-metadata.yml +++ b/.hecat/update-metadata.yml @@ -4,3 +4,4 @@ steps: module_options: source_directory: ./ gh_metadata_only_missing: False + sleep_time: 7.3