Skip to content

Commit

Permalink
akash image: check every 3 mins for the updates
Browse files Browse the repository at this point in the history
  • Loading branch information
arno01 committed Apr 19, 2022
1 parent d7a7677 commit 91ea205
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion akash/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion akash/service/update/run
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 91ea205

Please sign in to comment.