Dear all,
We are experiencing issues with the job queue in version 24.6 on-premise with the new job queue status 'Waiting'.
The documentation says the following:
Only relevant for job queue entries that are assigned a category code. Indicates that the job is scheduled, but the underlying scheduled task isn't active. After the job queue entry that's currently running and is in the same category finishes, the status of the next job in the category with the status Waiting becomes Ready.
When trying to send multiple emails, like posted sales invoices, at once via the standard send function, the system will create job queue entries with codeunit 260 to send the emails in the background. These will have a Job Queue Category of SENDINV with the same priority status. The same issue applies to Notifications.
The job queue entries are stuck on status 'Waiting', even though there are no other job queue entries running at this moment. There are no job queue entries with any other status for the same codeunit, job queue category code and priority.
Any ideas on how to fix this situation?