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
Currently pipeline triggers a taskqueue request many more times than it really needs.
E.g. creating a child job with N immediate values and 1 future value will trigger N taskqueue "VALUE FILLED" requests where actually none is really needed in this case.
We optimize, this by simply detecting they are immediate results and inlining the call.
The text was updated successfully, but these errors were encountered:
Currently pipeline triggers a taskqueue request many more times than it really needs.
E.g. creating a child job with N immediate values and 1 future value will trigger N taskqueue "VALUE FILLED" requests where actually none is really needed in this case.
We optimize, this by simply detecting they are immediate results and inlining the call.
The text was updated successfully, but these errors were encountered: