You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading 29 refs (using "op read" one by one) now takes 20-25 seconds. It would be great if we could cut this time by reading all refs concurrently (Promise.all?). Reading them this way takes around 2-3 seconds. Is it possible to implement in this action?
The text was updated successfully, but these errors were encountered:
Hi @gskierk thank you for your suggestion! I believe this is a good optimization to add. The community is currently working to transition from the op CLI to using the SDK directly, which you can follow here: #80#82
Once that effort is complete, this suggestion could be implemented by tweaking the code in extractSecrets to fetch all references simultaneously.
Reading 29 refs (using "op read" one by one) now takes 20-25 seconds. It would be great if we could cut this time by reading all refs concurrently (Promise.all?). Reading them this way takes around 2-3 seconds. Is it possible to implement in this action?
The text was updated successfully, but these errors were encountered: