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
At the moment, taskgraph hardcodes the OptimizationSchema with no way to override it. This means that even though you can register new optimization strategies, the task.py transform will not accept them.
I think rather than copy Gecko here, I'd rather the schema be provided as an argument to the @register_strategy decorator. That way the schema definition lives next to the thing that requires it and we don't need to call extra functions in the registration.
I think rather than copy Gecko here, I'd rather the schema be provided as an argument to the @register_strategy decorator. That way the schema definition lives next to the thing that requires it and we don't need to call extra functions in the registration.
At the moment, taskgraph hardcodes the OptimizationSchema with no way to override it. This means that even though you can register new optimization strategies, the task.py transform will not accept them.
It looks like Gecko added support for this many years ago, but it never made it upstream.
The text was updated successfully, but these errors were encountered: