fixes intervals
This commit is contained in:
parent
a83247b4ca
commit
c07fa6a98f
@ -49,8 +49,8 @@ do
|
|||||||
rm -f firstloop
|
rm -f firstloop
|
||||||
else
|
else
|
||||||
LOOP_INTERVAL=30 # 60s max free coingecko API interval + 30s puffer
|
LOOP_INTERVAL=30 # 60s max free coingecko API interval + 30s puffer
|
||||||
time_to_full_interval=$((${INTERVAL} - $(date +%s) % ${INTERVAL}))
|
|
||||||
time_to_interval=$((${LOOP_INTERVAL} - $(date +%s) % ${LOOP_INTERVAL}))
|
time_to_interval=$((${LOOP_INTERVAL} - $(date +%s) % ${LOOP_INTERVAL}))
|
||||||
|
time_to_full_interval=$((${INTERVAL} - $(date +%s) % ${INTERVAL}))
|
||||||
# Check for next general interval
|
# Check for next general interval
|
||||||
g_echo_note "NEXT LOOP in ${time_to_interval} seconds (Interval=${LOOP_INTERVAL}s)"
|
g_echo_note "NEXT LOOP in ${time_to_interval} seconds (Interval=${LOOP_INTERVAL}s)"
|
||||||
g_echo_note "NEXT FULL LOOP in ${time_to_full_interval} seconds (Interval=${INTERVAL}s)"
|
g_echo_note "NEXT FULL LOOP in ${time_to_full_interval} seconds (Interval=${INTERVAL}s)"
|
||||||
|
Loading…
Reference in New Issue
Block a user