Worker sleep periods - CustomerID

The system runs certain timed background processes (workers) for things such as handling expired invitations and to send re-notifications of various things. In addition, the organization list used by the auto-complete feature of the user interface is updated at the specified intervals. The properties controlling these processes and intervals, collectively known as worker sleep periods, are explained on this page. All time intervals are specified as explained on page Expiration periods - CustomerID.

worker.invitations

This property defines how often the processes associated with expiring invitations and sending re-notifications are executed. This worker is responsible for expiring all pending users.

Default is 1h.
Example:

worker.invitations = 1h

worker.pendingemail

This property defines how often the processes associated with expiring pending email addresses are executed.
Default is 1h.
Example:

worker.pendingmail = 1h

worker.pendingmobile

This property defines how often the processes associated with expiring pending mobile phone numbers are executed.
Default is 1h.
Example:

worker.pendingmobile = 10m