[Task]: Add Java thread information in the Plugin Module #35568
Labels
Integrations Pod General
Issues related to the Integrations Pod that don't fit into other tags.
Integrations Product
Issues related to a specific integration
Query & JS Pod
Issues related to the query & JS Pod
Stability Issue
Every issue handle by Stability Pod
Stability Pod
For all issues/tasks to be prioritized under Stability pod
Task
A simple Todo
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.
The text was updated successfully, but these errors were encountered: