V2 rate limited for the same command used in V1
I just downloaded V2 to do testing with some already established automation that we have.
With V1 we were using the following command without any rate limiting and were able to successfully pull all the records we needed:
op.exe list items --categories 'CATEGORY' --session {sess_token} | op.exe get item - --session {sess_token}
I tried to get this command to work with V2 syntax:
op2.exe item list --categories 'CATEGORY' --session {sess_token} --format json | op2.exe item get - --session {sess_token}
I received a rate limit response with the V2 version. Is there anything I can do to preserve the functionality of the previous command without being rate-limited? I can't specify vault uuids because we need the record from all vaults.
Error: [ERROR] 2022/04/27 12:25:36 unable to process element 107: Network: (429) (Too Many Requests), Too many requests. Your client has been rate-limited.
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided