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
Remove unnecessary request_params from RequestResponder
Access task metadata directly from req.params instead of storing it
separately on RequestResponder. This simplifies the code and removes
an unnecessary indirection that was added during task refactoring.
0 commit comments