Skip to content

Commit

Permalink
Note: _image bumped up_
Browse files Browse the repository at this point in the history
Issue: #000
  • Loading branch information
DSoftwareArtist committed Apr 15, 2021
1 parent c6441bd commit d50c129
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kube/prod/blockscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: watchtower-blockscan
image: registry.digitalocean.com/spicetoken/watchtower:368c0b7edccc
image: registry.digitalocean.com/spicetoken/watchtower:ed6fcc64fccc
args: [ "supervisord", "-c", "/code/supervisor/blockscan.conf", "--nodaemon" ]
env:
- name: DEPLOYMENT_INSTANCE
Expand Down
2 changes: 1 addition & 1 deletion kube/prod/mempool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: watchtower-mempool
image: registry.digitalocean.com/spicetoken/watchtower:368c0b7edccc
image: registry.digitalocean.com/spicetoken/watchtower:ed6fcc64fccc
args: [ "supervisord", "-c", "/code/supervisor/mempool.conf", "--nodaemon" ]
env:
- name: DEPLOYMENT_INSTANCE
Expand Down
2 changes: 1 addition & 1 deletion kube/prod/notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: watchtower-notifications
image: registry.digitalocean.com/spicetoken/watchtower:368c0b7edccc
image: registry.digitalocean.com/spicetoken/watchtower:ed6fcc64fccc
args: [ "supervisord", "-c", "/code/supervisor/notifications.conf", "--nodaemon" ]
env:
- name: DEPLOYMENT_INSTANCE
Expand Down
2 changes: 1 addition & 1 deletion kube/prod/webserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
spec:
containers:
- name: watchtower-webserver
image: registry.digitalocean.com/spicetoken/watchtower:368c0b7edccc
image: registry.digitalocean.com/spicetoken/watchtower:ed6fcc64fccc
args: [ "supervisord", "-c", "/code/supervisor/webserver.conf", "--nodaemon" ]
env:
- name: DEPLOYMENT_INSTANCE
Expand Down
2 changes: 1 addition & 1 deletion main/utils/bitdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def get_transactions_count(self, blk):

base_count = len(self.get_data(query))
while True:
time.sleep(10)
time.sleep(30)
count = len(self.get_data(query))
if count == base_count:
break
Expand Down

0 comments on commit d50c129

Please sign in to comment.