sorry, I screwed up, working too fast and accidentally committed directly to master my cherry pick: https://travis-ci.org/plone/guillotina/builds/653628955?utm_medium=notification&utm_source=email
I'll fix
@jordic I definitely agree. Major versions it should be somewhat okay to break some things though.
The elasticsearch changes will I think be the final breaking changes for g6 right?
@masipcat
The elasticsearch changes will I think be the final breaking changes for g6 right?
regarding @Samuele575 's question, not sure I understand completely.
But if you have the separate service handling websocket connections, the worker task should be able to send some notifications too, no?
Probably you can't pass the open websocket connection to the worker as a parameter, because the parameters are json-serialized before sending to rabbitmq, but maybe you could pass the worker ws url?
hope it helped