All Questions
1 question
2
votes
1
answer
100
views
How would I post 100,000 unique messages to my users, the quickest?
I have an app with 3 million users, and I am trying to make ~100,000 POST requests through python-requests. I am still very green to Python, so here is what I'm doing currently. I have identified ~100,...