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
If you run conveyor_cmdline_client.py -c foo.conf but started conveyor_service.py with -c bar.conf, it uses the settings in bar.conf. This seems to make it impossible to slice things with different settings?
The text was updated successfully, but these errors were encountered:
It is currently impossible to slice with different settings. The client only uses the config file to find the socket.
This will be fixed soon. We have an unmerged branch with a Job object that holds job-related settings. It lets you override any main config setting on a per-job basis. The client will only use the config to find the socket and provide defaults for any setting you don't explicitly override.
A cautionary note about the JSON-RPC API: it is currently subject to change. You may notice that the method signatures and parameters are inconsistently named, or that the slicer_settings has a really small subset of interesting settings. We are going to fix up the API during the next sprint.
If you run conveyor_cmdline_client.py -c foo.conf but started conveyor_service.py with -c bar.conf, it uses the settings in bar.conf. This seems to make it impossible to slice things with different settings?
The text was updated successfully, but these errors were encountered: