[11.10.20] Testing
This commit is contained in:
parent
0b52e13a67
commit
167932e390
@ -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
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user