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
#2098 introduced a new main_bg entrypoint for background jobs that require access to our ops classes. This means we now have up to three places to update each time we change the signature for the ops classes init methods.
We should consolidate these, perhaps with a util function, to reduce the overhead of making changes and the likelihood of regressions.
The text was updated successfully, but these errors were encountered:
#2098 introduced a new
main_bg
entrypoint for background jobs that require access to our ops classes. This means we now have up to three places to update each time we change the signature for the ops classes init methods.We should consolidate these, perhaps with a util function, to reduce the overhead of making changes and the likelihood of regressions.
The text was updated successfully, but these errors were encountered: