Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
mickael
3 years agoDedicated Contributor
Simultaneous API calls update ?
Hi,
I encounter errors now in my project initialisation script during the creation of the different secrets:
error: [ERROR] 2022/08/03 10:59:48 unable to process line 1: Network: (DB: (409)...
andi_t_1P
1Password Team
3 years agoHi mickael, thanks for bringing this up! This looks like it is caused by some data inconsistency (which may or may not be the product of a data race OR caching). As a matter of fact, we recently improved and currently addressing CLI caching keeping races in mind. I have 2 follow up inquiries:
1. What version are you using? Are you on the latest version? Could you upgrade to that and see if the issue persists?
2. Not so much solving your problem, but could you make sure that your cache is disabled for these calls that are failing by using --cache=false
, and see if the issue persists? This might make things bit faster as your 1s pauses between can be removed but not much faster since caching will not be leveraged anymore and all fetches will have to go to the server.
Do keep up to date as we plan to remediate most of these simultaneous request
issues in future CLI releases.
All the best,
Andi