HTTPoison post request Timeouts Eixir
问题 We are using a filesystem written in Go, seaweedfs. It's being used a REST API on port 8888 to post Files. The issue we are having is HTTPoison timeouts. We post to a file, again and again, we get HTTPoison request timeout. Few facts: File do get updated on seaweedfs we can see the modified date. HTTPoison request response is always timeout I have tried with curl POST. for ((i=1;i<=100;i++)); do curl -F file=@00_13_000.jpg -X POST http://188.xx.xx.xx.217:8888/everc-dupzo/snapshots/recordings