Can a single token be shared by multiple processes?

I started using influxDB V2 recently.
The database was installed in an EC2 (aws ) instance.
I created a single token to test how the machine behaves when facing different loads.

For the moment I am trying to run 5 parallel read operations from different locations using the same token.

However I am getting an error 504. Is this because I am using the same token in parallel?
Thank you for your time!

My counter question would be: Does the read access work at all from one single location? :wink:

Yes it works. I just run one lambda function (I am using lambda function), it works perfectly.