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
it's a limitation of the design which sends params either to body or to URL. as for the second - off the top of my head - no idea - perhaps try support?
this config
adds the pagination to the post parameters body
Is this a bug or a feature? I would expect it to do a request like this
2nd thing - the function is not evaluated in the
jobs[0].params
+ an attribute can't be referenced"params": {"attr": "my_attr"}
.The "params" is simply taken as is - which I understand why, but it's a big bummer. Is there a way around this?
The text was updated successfully, but these errors were encountered: