Closed tanmoysrt closed 4 weeks ago
Attention: Patch coverage is 4.25532%
with 45 lines
in your changes missing coverage. Please review.
Project coverage is 30.05%. Comparing base (
2a434b4
) to head (817acfb
). Report is 3 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Previously, we used only API to fetch the table schemas. But, some sites have large number of apps installed. So, they have hundreds of table. As a result, the API keeps timing out.
So, moved the table schema fetching task to agent job. For end-users it might take little bit more time to load playground for first time (due to agent delay), but this will work for any sites regardless of size.
Agent PR - https://github.com/frappe/agent/pull/141