[10.07.20] Kill pod again
This commit is contained in:
parent
8899f7138e
commit
a6bcc9a34d
@ -8,7 +8,7 @@ metadata:
|
||||
name: RESOURCE_NAME
|
||||
namespace: production
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 0
|
||||
selector:
|
||||
matchLabels:
|
||||
app: RESOURCE_NAME
|
||||
|
||||
@ -27,7 +27,7 @@ btc_usd="/home/price-collector/src/resources/queries/V1_INSERT_NEW_PRICE_RECORD_
|
||||
|
||||
def averager(type):
|
||||
|
||||
timestamp = datetime.datetime.now()# + timedelta(hours=1)
|
||||
timestamp = datetime.datetime.now() + timedelta(hours=1)
|
||||
|
||||
bitstampH, bitstampL = bitstampHighLow(type, logger)
|
||||
krakenH, krakenL = krakenHighLow(type, logger)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user