- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2023 05:17 AM
Hello Community. I am just wondering If it is possible to limit the execution time of the background script (.../sys.scripts.do). I see only the option to "cancel after 4 hours", but It seem to be really long when you accidentally put some infinite loop into this. I tried It in my PDA and It seem really dangerous.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2023 05:21 AM
Hi @Josef Juna Try To add to this, you can type https://<your_instance>.service-now.com/cancel_my_transaction.do into the address bar and it will also cancel the transaction currently running.
Please mark it helpful if it helps...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2023 05:21 AM
Hi @Josef Juna Try To add to this, you can type https://<your_instance>.service-now.com/cancel_my_transaction.do into the address bar and it will also cancel the transaction currently running.
Please mark it helpful if it helps...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2023 05:23 AM
Great. Thanks a lot.