[11.10.20] Testing

This commit is contained in:
andrewso 2020-10-11 17:59:52 +01:00
parent 0b52e13a67
commit 167932e390
2 changed files with 3 additions and 3 deletions

View File

@ -119,8 +119,8 @@ spec:
imagePullPolicy: Always imagePullPolicy: Always
resources: resources:
requests: requests:
cpu: 32m cpu: 64m
memory: 32Mi memory: 64Mi
limits: limits:
cpu: 150m cpu: 150m
memory: 256Mi memory: 256Mi

View File

@ -106,7 +106,7 @@ def processTweet():
processStack = dumpStack.copy() processStack = dumpStack.copy()
dumpStack.clear() dumpStack.clear()
log("Processing Tweets Stack...", 'INFO') log("Processing [{}] Tweets...".format(len(processStack)), 'INFO')
if len(processStack) != 0: if len(processStack) != 0:
for tweet in processStack: for tweet in processStack: