On Thursday, 19 November 2020 at 19:51:24 UTC, Vino wrote: the moment we enable
parallelism, it is throwing an error on the SQL part (Fetch the username/ password from the table for each account), as it could not execute the SQL query in parallel for different account.
I see no reason for a SELECT call (UPDATE/INSERT could cause locks...). Which error do you get?