Is there an existing issue for this?
Planned changes
The get_solver_output_results method requires db_engine: AsyncEngine as argument.
@bisgaard-itis mentioned this is not ideal, the db_engine should only be used for permissions etc.
|
user_id: int, project_uuid: ProjectID, node_uuid: NodeID, db_engine: AsyncEngine |
This has as consequence that the Function Job Service needs to get this object passed through several layers.
@bisgaard-itis feel free to reassign