[Bps-public-commit] cpan2rt branch, master, updated. ee6b8c2d3e80bb072553416498f2a0448998f65e

Dianne Skoll dianne at bestpractical.com
Mon Mar 15 08:37:40 EDT 2021


The branch, master has been updated
       via  ee6b8c2d3e80bb072553416498f2a0448998f65e (commit)
      from  cbe6f875fa0ae04d8634f100b172ba7c438f5d93 (commit)

Summary of changes:
 bin/sync-queues-to-pobox | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit ee6b8c2d3e80bb072553416498f2a0448998f65e
Author: Dianne Skoll <dianne at bestpractical.com>
Date:   Mon Mar 15 12:37:28 2021 +0000

    Increase timeout to 10 hours instead of 1 hour

diff --git a/bin/sync-queues-to-pobox b/bin/sync-queues-to-pobox
index b8fa0cb..e691801 100755
--- a/bin/sync-queues-to-pobox
+++ b/bin/sync-queues-to-pobox
@@ -30,4 +30,4 @@ fi
 psql -U admin -h 127.0.0.1 -c "SELECT Name FROM Queues WHERE LENGTH(Name) < 82" --tuples-only --no-align rt5 | \
     egrep -v '[ :+]' | grep -v '^___Approvals$' | grep -v '\.$' | \
     sed -e 's/\(.*\)/bug-\1,bug-\1 at rt-cpan-org.hostedrt.com\ncomment-\1,comment-\1 at rt-cpan-org.hostedrt.com/' | \
-    /usr/local/go/bin/go run cmd/sync/sync.go --domain rt.cpan.org --timeout 60m0s --delay 0
+    /usr/local/go/bin/go run cmd/sync/sync.go --domain rt.cpan.org --timeout 600m0s --delay 0

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list