Share

Configure the Job Check Period

The Job Processor checks the server for a new job every 10 minutes by default. This time can be adjusted by editing the JobProcessor.exe.config file.

  1. Navigate to the <install dir>\Autodesk\Vault [edition]\Explorer\ directory and open the JobProcessor.exe.config file with Notepad.

  2. Find the appSettings section.

  3. Edit the line that has <add key="PeriodInMinutes value="10"/> to the desired time. The time can be set to a fractional value, such as 0.1 for 6 seconds or 1.5 for 90 seconds.

    Note: Setting this value below one minute will impact performance of the overall system. Larger values are recommended.
  4. Save the file and restart the Job Processor.

Was this information helpful?