You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same issue. Pywren's map function appears to use Threadpool. It doesn't appear that Flask is designed for this. One workaround is to put your pywren code into a script and run with subprocess. E.g.: pw_output = subprocess.check_output(["python", "run_pw.py", args])
Celery seems like it may work but I haven't got around to trying it.
As a workaround, one could run
python3 server.py
. I suppose it's a side effect of jaegertracing/jaeger-client-python#50.The text was updated successfully, but these errors were encountered: