This commit is contained in:
parent
5540112607
commit
0bef14ea55
|
@ -33,7 +33,10 @@ def worker():
|
|||
increment_ip_count(client_ip, 'processing_ips')
|
||||
incr_active_workers(selected_model, backend_url)
|
||||
|
||||
print('<---', event_id.event_id)
|
||||
try:
|
||||
print('<---', event_id.event_id)
|
||||
except:
|
||||
print(event_id)
|
||||
|
||||
if not request_json_body:
|
||||
# This was a dummy request from the websocket handlers.
|
||||
|
|
Reference in New Issue