[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
resources:
requests:
cpu: 32m
memory: 32Mi
cpu: 64m
memory: 64Mi
limits:
cpu: 150m
memory: 256Mi

View File

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