
Hi, guys.
I have windows agent and there are 31 OS updates available for it.
I've created Schedule to install all those updates.
The issue is when I trying to get info for that Schedule, it takes about ~38sec to fetch the data. I think when there will be more data, it'll take forever for request to finish.
GET
https://localhost/api/v1/schedule/NewCall chain:
GET
ScheduleAppDetailHandler
get_schedule_details
get_agent_apps_details
...
What could be the issue there? Is it because I'm not using SSD for rethinkdb?