LookML dashboard scheduling takes >30s

Our organization uses the Looker API to manage delivery schedules for a handful of dashboards that have large distribution lists.

We’ve noticed that the Create Delivery Schedule API method takes considerably longer to complete when scheduling LookML Dashboards instead of User-Defined Dashboards.  Today, our scheduling routine is waiting >30s to create each delivery schedule.

Is this expected?  Is there anything we can do to reduce the wait time for these transactions?

0 1 122
1 REPLY 1

Querying schedule plans for LookML dashboards is also very slow.  E.g.:
 

scheds = sdk.scheduled_plans_for_lookml_dashboard("[dashboard name hidden]")

looker_sdk.error.SDKError: HTTPSConnectionPool(host='host hidden', port=443): Read timed out.