is regression issue is fixed in jsreport 3.3.0?
Yes, it's fixed there. You can find the release notes on github
https://github.com/jsreport/jsreport/releases
Why jsreport throw timeOut issue if we run same report from multiple system at the same time.(numberOfWorker is 1).?
The numberOfWorker specifies the level of parallelism. You need to increase it to avoid other requests waiting.
If i try to increase number of worker then what will be its maximum value.(Our application is multi-tenant application).
That is up to you. With a single processor and low memory, it doesn't make sense to use a high level of parallelism because it could overload the server.
Also can you please tell me why iam getting below error? Protocol error...
This error signals chrome process printing pdf badly crashed. It could have happened because the server was temporary overloaded.
Also is it possible to install aws amplify to call graphql api of appsync from jsreport beacuse while calling GET method directly from rest api it will return all field.But using appsync we can query the required field from rest API?
It should work, but I don't have experience there.