Rajdeep
Rajdeep
Did you ever get the answer for this?
@Onandon11 A workaround that I did was to download the masked images since I only had 1 class and then using opencv to get contours along with some quickly put...
@estebanz01 changing the apiHostName to owdev-nginx is leading to `dial tcp 10.96.4.117:31001: i/o timeout` error now. Any idea about how to fix that?
The `install-packages node: /lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.28' not found (required by node)` issue arises from node 18 and above requiring GLIBC_2.28 and above. So if you don't want the latest nodejs...
@Farrrrland Did you try rebuilding the OpenWhisk source code after updating the `Exec.scala`? If yes, then any issues faced while doing so?
Yep the python versions were same. The problem turned out that I was adding a venv folder with the __main__.py and not requirements.txt and after digging a little deeper into...
I am also facing something similar, in case of fan-in pattern my autogenerated conductor action waits till the last 30 second of whatever timeout I set to actually be called....
Hey @style95 thank for taking this up **How did you deploy OpenWhisk-2.0.0? Are you able to invoke an action?** I haven't deployed this till now. I've been working with OpenWhisk...
Indeed @dgrove-oss, the explanation by @bdoyle0182 made my understanding about the underlying problem in my benchmarking technique and warm container re-use much clear. Thanks a lot @bdoyle0182. Circling back to...
Hey @style95 I've started working on it. Planning to update and do sanity testing for non openwhisk images first like redis, kafka, etc. Then I'll move on to controller, invoker...