Skip to content

Obtain long-running tasks first

[FEATURE] - Obtain long-running tasks first

Details

If we obtain "all_members()" and other long running tasks on the given object, prior to execution. We could save many re-used API calls.

  • Instead of paginating 100 pages of members, in x (~5+?) amount of calls, we can do it once in the beginning of tool exec.

This can be stored, and shared across all control functions to avoid re-calling the API's and reduce runtime.

cc: @nmcd