Monitoring System Jobs
System jobs, also known as asynchronous operations, are the way to create and manage the execution of asynchronous system operations. These operations include the execution of workflows, plugins running asynchronously, or other background jobs. These operations are managed in the database through records in the asyncoperation entity:
You can filter the view of jobs by entity, and also by using the predefined system jobs views available. These include a listing of all jobs, as well as jobs by status. This makes it easier to find a particular job you are looking for.
Opening a particular job, we can see, besides status details about the owner of the job, the time it was created and completed. For jobs that fail and are set to automatically retry, we have a retry count presented on the job details also: