The queue_worker process is not passed down any information about any --exact-configuration/--extra-settings arguments that the parent queue_runner process was given. This means that the number of workers will be right (since that's handled in the parent), however any other settings (such as e.g: the backend to use) will be wrong.
The
queue_workerprocess is not passed down any information about any--exact-configuration/--extra-settingsarguments that the parentqueue_runnerprocess was given. This means that the number of workers will be right (since that's handled in the parent), however any other settings (such as e.g: the backend to use) will be wrong.