Any size limit of input ECC Queue?

Ankit Bansal
Kilo Contributor

We are fetching few details from Another REST API using JavaScriptProbe in ECC output key. Return data [json] is coming as part of input ECC queue. I can see json data is coming in input ECC queue xml under <output> tag.

Is there any size limit to this data? Or we can have any char size of this?

13 REPLIES 13

Ct111
Giga Sage

Hi,

 

By default, records in the ECC Queue older than 7 days are deleted automatically. Customers can set the deletion schedule by updating the table rotation schedule for the ECC queue.

 

Refer the below link if needed

https://docs.servicenow.com/bundle/helsinki-it-operations-management/page/product/discovery/reference/r_ManageTableSizeForDiscovery.html

 

Mark my ANSWER as CORRECT and HELPFUL

My question is Payload size of ECC[input] queue response. is there any limit?

 

 

Ankur Bawiskar
Tera Patron
Tera Patron

Hi Ankit,

Yes there is some limit to the payload field in ecc_queue table?

If it is more than that value it would store the entire content within payload as an attachment to that ecc_queue input record.

Need to check the exact limit

Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Ankit Bansal
Kilo Contributor

I think I found the answer - If I search ecc_queue table in ServiceNow [Table -> Name ->ecc_queue] Payload column -> Max Length is 1,048,576.

Is it the correct way to get limit of a column?