We had a problem where Actinia sent us a response containing the key "queue", which was deserialized and unpacked as a keyword argument, which was not expected.
We now add a queue param as well as a dict that catches any other arguments that may appear.
We had a problem where Actinia sent us a response containing the key "queue", which was deserialized and unpacked as a keyword argument, which was not expected.
We now add a queue param as well as a dict that catches any other arguments that may appear.