dkataskin / erlazure

Windows Azure Erlang bindings
BSD 3-Clause "New" or "Revised" License
35 stars 53 forks source link

How do I change timeout? #14

Closed yoavlt closed 9 years ago

dkataskin commented 9 years ago

Timeout of an http request or azure service request timeout?

yoavlt commented 9 years ago

Thank you for your reply. I want to use this module for big file upload from Elixir.

The error message is as below. (EXIT from #PID<0.214.0>) exited in: :gen_server.call(#PID<0.216.0>, {:put_blob, 'test', 'file', :block_blob, <<0, 0, 0, 20, 102, 116, 121, 112, 113, 116, 32, 32, 0, 0, 0, 0, 113, 116, 32, 32, 0, 0, 0, 8, 119, 105, 100, 101, 1, 11, 17, 204, 109, 100, 97, 116, 32, 102, 32, 1, 152, 128, 14, 33, 76, ...>>, []}) \ (EXIT) time out

I don't know how to change timeout, but it seems to upload successfully :sob:

dkataskin commented 9 years ago

Thank you for reporting this issue, I will look into and add http timeout and azure service request timeout options, can you share "big" file sample you are trying to upload?

yoavlt commented 9 years ago

Thank you very much! :bow: :bow: This is a sample file! https://app.box.com/s/j05jxi6vqaouclwp3wr8c9i3fqem831w

yoavlt commented 9 years ago

Awesome!!! :clap: :clap: