lint
This commit is contained in:
@@ -46,7 +46,7 @@ class _Router:
|
|||||||
l.release()
|
l.release()
|
||||||
try:
|
try:
|
||||||
while True:
|
while True:
|
||||||
# add this id back into available id pools using a shared list.
|
# add this id back into available id pools using a shared list. Implement custom error types/ use existing ones to define pre func call disconnect(runner crash/close before running current arguments) or post func call (crash due to calling current args). If pre, strictly add them back to task queue. else, add back conditionally.
|
||||||
reqID, data = await self.taskQueue.get()
|
reqID, data = await self.taskQueue.get()
|
||||||
runnerCounter += 1
|
runnerCounter += 1
|
||||||
print(f"Runr {runnerID} Counter: {runnerCounter}")
|
print(f"Runr {runnerID} Counter: {runnerCounter}")
|
||||||
@@ -57,7 +57,6 @@ class _Router:
|
|||||||
raise Exception(
|
raise Exception(
|
||||||
f"Runner {runnerID} Crashed!! Check for function error logs on the Runner."
|
f"Runner {runnerID} Crashed!! Check for function error logs on the Runner."
|
||||||
)
|
)
|
||||||
|
|
||||||
self.returnDict[reqID] = pkl.loads(base64.b64decode(retValue["bytes"]))
|
self.returnDict[reqID] = pkl.loads(base64.b64decode(retValue["bytes"]))
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(e)
|
print(e)
|
||||||
|
|||||||
Reference in New Issue
Block a user