WorkQueue command is launched twice when autoprocessing is enabled

If WorkQueue has enabled autoprocessing flag to true, the WQ command is launched twice - the second round starts 5 seconds after the first start and fails because of duplicate values. If autoprocressing is disabled and WQ command is run manually, it is launched only once. Master 2021.2.0.2217.

The issue was caused by running multiple instances above one database. The workaround is to set QueueProcessor value to name of one instance, which will be responsible for processing. Each Origam instance must have different name. Then instance name is set in <Name> element of OrigamSettings.conf file.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.