Question

LookML dashboard scheduling takes >30s

  • 4 April 2022
  • 1 reply
  • 41 views

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?


This topic has been closed for comments

1 reply

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.