stavro / arc

:paperclip: Flexible file upload and attachment library for Elixir
1.16k stars 210 forks source link

Getting Timeout error - Azure container upload #300

Open santoshturamari opened 2 years ago

santoshturamari commented 2 years ago

Hi,

I am facing issue, whenever uploading a normal file it is throwing the error.

[error] Task #PID<0.4155.8> started from #PID<0.4158.8> terminating (stop) exited in: Task.await(%Task{owner: #PID<0.4158.8>, pid: #PID<0.4174.8>, ref: #Reference<0.383114349.785907713.63947>}, 15000) (EXIT) time out

This error started suddenly, which was working fine till today with Arc. I am storing uploaded files in Azure container. After restarting the webapp, it worked fine. But again the issue reappears.

Should we have to configure version_timeout explicitly?

Please help. @stavro