Open seb-835 opened 2 years ago
i got it compile by adding the following version in requirement file :
asyncio-nats-client==0.10.0 pyinstaller==3.6
can you confirm before i made a pull request to fix it ?
Hello @seb-835,
Thanks for contacting us. Yes, I can confirm that the version of asyncio-nats-client
was indeed 0.10.0
. I assume you are interested in keeping the nats queue to support a specific use case (multi-input processing). Unfortunately, oscar-worker is no longer supported because OSCAR >= v2.0.0
can natively create jobs from API requests. I hope you can at least adapt it to your needs.
Cheers.
Hi, @srisco @alpegon thanks a lot for the project, so helpfull to make openfaas async job !!!
is it possible to know the version of asyncio-nats-client library you use to build grycap/oscar-worker:latest ?
Because, trying to rebuild the image using the github code failed on :
Thanks