ops: Add delay before warm cache loop begins

This commit is contained in:
wiz 2023-08-16 04:03:17 +09:00
parent 0bfd01e732
commit 8f2a2d1c81
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -153,6 +153,9 @@ warmURLs=(
'/api/v1/lightning/nodes/rankings/age'
)
echo "waiting for mempool backend to start..."
sleep 60
while true
do
echo "starting warm cache cycle..."