You are viewing an old version of this page. View the current version.

    Compare with Current View Page History

    Version 1 Next »

    Linux
    % sudo /sbin/service worker restart

    OSX
    % sudo launchctl stop com.pipelinefx.worker
    % sudo launchctl start com.pipelinefx.worker

    Windows (Administrative Tools)
    Click on the Services icon in the Administrative Tools section of the Windows Control Panel. Select the qubeWorker service and right click to select Restart from the menu.

    Windows (Command line)
    From a command prompt:

    C:> net stop qubeworker

    C:> net start qubeworker

    • No labels