Origam 2023.1 - WorkQueue Processing - Enable autoprocessing of work queues

Context

In out project we use WorkQueues to send e-mails. We insert email into workqueue and expect autoprocessing email queue automatically.

We use our custom OrigamSettings template (_OrigamSettings.mssql.template) inside configuration git project.

Problem

While we have deployed version 2023.1, the email work queue is not automatically processed.

Solution

We needed to enable autoprocessing in our project template as stated here:

While we added two additional rows into _OrigamSettings.mssql.template, emails are sending automatically again.

This post is to document the solution for later reference.

1 Like