Need to set transaction quota rule for a scheduled job

Niharika5
Tera Contributor

Need to set transaction quota rule for a scheduled job called "clean expired rollback contexts". I want to understand how the conditions should be applied for it.

1 ACCEPTED SOLUTION

Kieran Anson
Kilo Patron

The easiest way to determine the condition is to run the job and view the transaction.

When you navigate to System Logs > Transactions it has a filter to only show user transactions. If you remove the filter you can then see non-interactive sessions.

 

KieranAnson_0-1730719000439.png

 

You can open the transaction to view more details. 

 

And your quota condition will then consist of the URL from the transaction record

KieranAnson_1-1730719133300.png

 

View solution in original post

2 REPLIES 2

Kieran Anson
Kilo Patron

The easiest way to determine the condition is to run the job and view the transaction.

When you navigate to System Logs > Transactions it has a filter to only show user transactions. If you remove the filter you can then see non-interactive sessions.

 

KieranAnson_0-1730719000439.png

 

You can open the transaction to view more details. 

 

And your quota condition will then consist of the URL from the transaction record

KieranAnson_1-1730719133300.png

 

Thanks!
This is really helpful.