Sometimes it works fine with 100 threads, and sometimes it completely stalls and become idle without giving any errors etc.
I was thinking about this approach:
- Golang to take care of the requests/HTTP work and store them in the DB. - Python for the NLP tasks etc.
Any insights/suggestion would be helpful.