Check how much time scheduled job took to complete its execution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2022 04:00 AM
Hello,
1) How to check how much time scheduled job took to complete its execution time
2) How to check if my scheduled job is causing performance issue or not ( ex: what is the time limit that it should not exceed )
Thanks,
Bhavana
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2022 05:24 AM
Hi
if you want to know when and how long a Scheduled Job ran, you have to go to table "syslog_transaction", filter for type "Schedule" and find the name at column "URL":
Your second question cannot be answered seriously as it depends on your job and what / how much data is processed with that job. And performance is a really large and complex topic which needs a lot of investigations to find out whether a job is causing any performance issues or not.
Maik

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2022 08:13 AM
Hi Bhavana,
Maik answered your first question for second question If you think you are having performance issues because of Scheduled jobs.
You should look for help from nowSupport if you have access.
***Mark Correct or Helpful if it helps.***
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2022 11:16 PM
I ran the scheduled Job "On demand" by clicking on execute now and its not showing in the Transaction log table
I want to check how much time it is taking to execute?
Please guide me where i can find the ondemand jobs that ran.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2022 02:27 PM
Hi Bhavana,
Please Refer to this it has good knowledge about debugging scheduled jobs i really hope it solves your problem.
Where to find Job Log for a Scheduled Job that Ran?
***Mark Correct or Helpful if it helps.***