mirror of
https://github.com/mempool/mempool.git
synced 2025-03-13 11:36:07 +01:00
Fix nginx cache warmer script for url slugs
This commit is contained in:
parent
0561a207d9
commit
a33d558294
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env zsh
|
||||
hostname=$(hostname)
|
||||
slugs=(`curl -sSL https://raw.githubusercontent.com/mempool/mining-pools/master/pools.json | jq -r '.slugs[]'`)
|
||||
|
||||
while true
|
||||
do for url in / \
|
||||
'/api/v1/statistics/2h' \
|
||||
|
@ -39,7 +41,6 @@ do for url in / \
|
|||
curl -s "https://${hostname}${url}" >/dev/null
|
||||
done
|
||||
|
||||
slugs=$(cat pools.json | jq -r .slugs[])
|
||||
for slug in $slugs
|
||||
do
|
||||
curl -s "https://${hostname}/api/v1/mining/pool/${slug}/hashrate" >/dev/null
|
||||
|
|
Loading…
Add table
Reference in a new issue