appsmith icon indicating copy to clipboard operation
appsmith copied to clipboard

[Task]: Add Java thread information in the Plugin Module

Open NilanshBansal opened this issue 6 months ago • 0 comments

This is required to rule out the possibility of blocking IO operations on main thread. From the #monitoring channel, we found out that the /actions/execute API calls have the highest frequency of getting invoked and the presence of any blocking IO in this call affects our entire system adversely.

This task aims to add logs in the plugin module for Java threads from the execute() function call. Ref: https://theappsmith.slack.com/archives/C01EDBBC4JW/p1723118766951209?thread_ts=1723116189.088799&cid=C01EDBBC4JW

Why?

Help in minimizing production downtimes.

NilanshBansal avatar Aug 09 '24 08:08 NilanshBansal