diff --git a/akash/deploy.yaml b/akash/deploy.yaml index e124c4fad..9b202c360 100644 --- a/akash/deploy.yaml +++ b/akash/deploy.yaml @@ -3,7 +3,7 @@ version: "2.0" services: sifchain-ui: - image: andrey01/sifchain-ui:2022-03-29-1648585164 + image: andrey01/sifchain-ui:2022-04-19-1650401540 expose: - port: 80 as: 80 diff --git a/akash/service/update/run b/akash/service/update/run index db9e2584d..91abac014 100755 --- a/akash/service/update/run +++ b/akash/service/update/run @@ -24,4 +24,7 @@ if ! $(grep -qw "^${VER}$" /root/current); then echo $VER > /root/current fi -sleep 2h +# Github API Rate limits +# For unauthenticated requests, the rate limit allows for up to 60 requests per hour. +# So make sure to not set sleep to a lower than 1 minute value. +sleep 3m