How to restart all job queues? Use telemetry, Power Platform, and a small AL development

Last two weeks I have been testing the concept that I had in my mind for a long time. How to use the telemetry to be able to restart job queues.

Finally, I found the company that needed it. To be honest, I was thinking to do the prototype for the small customer first but… it turned out that my idea needs to handle at the same time 4 environments, multiple companies, and almost 100 Job Queue Entries in total that are running almost every 10 minutes or less (when the company will be fully operated there will be 10 environments with multiple companies and over 300 Job Queue Entries to manage).

Source : MYNAVBLOG.COM
Read more…

The Job Queue Guide For Business Central

One of the most popular ways of scheduling background processes in Microsoft Dynamics 365 Business Central is by using the Job Queue. In this guide, you will understand how it works and how you can use it. Also, you will learn about error handling along with some general tips.

Source : Business Central Geek
Read more…

Dynamics 365 Business Central: How to run Job Queue via AL (Debug Job Queue in Sandbox???)

Today I would like to talk about how to run Job Queue via AL.

A job queue is basically an abstraction that uses the task scheduler from the platform to enable end users to view, create, or modify jobs that are set to run in the background. These jobs can be set to run on a recurring schedule.

Source : Dynamics 365 Lab
Read more…