User bio
404 bio not found
Member since Aug 22, 2023
Replies:

While using JOB command, I think it was timeout on the Postman and it was still running in the server filling up my logs rapidly until I restarted the Cache server but that could be because of the code issue.

But the problem for me was, even though user sends multiple requests simultaneously the API endpoint will process them one by one and the first request needs to be responded before processing the second. Since, JOB runs in the background, I was not able to reply the response data for each request. 

Similarly, while implementing Work Queue Manager, I don't have the list of requests and cannot collect them in one place and process one by one with response back to each request.

 Or I may be complicating things here and identifying the request from the same user and waiting until the previous request completes would just be a perfect solution for me?

Certifications & Credly badges:
Sandeep has no Certifications & Credly badges yet.
Global Masters badges:
Sandeep has no Global Masters badges yet.
Followers:
Sandeep has no followers yet.
Following:
Sandeep has not followed anybody yet.