Re: [galaxy-dev] Adding data libraries from filesystem path creating duplicates

2015-09-25 Thread John Chilton
If you can consistently cause the problem I wonder if it is worth trying this (http://serverfault.com/questions/528653/how-can-i-stop-nginx-from-retrying-put-or-post-requests-on-upstream-server-timeo) advice out - it would be good to know if it helps. There is a gist here - https://gist.github.com

Re: [galaxy-dev] Adding data libraries from filesystem path creating duplicates

2015-09-21 Thread Martin Vickers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi John, Thanks for taking the time to reply. I never thought to look at the proxy settings but I think you're right, the behaviour seems to match what you've described. Like you I'm not really an expert on proxies and have no idea what would be mis

Re: [galaxy-dev] Adding data libraries from filesystem path creating duplicates

2015-09-14 Thread John Chilton
If I had to guess, I would guess this is caused by a mis-configured proxy (nginx or Apache) that is resubmitting a POST request that is taking Galaxy to long to respond to. Order of events being something like: - User clicks to upload library items. - Proxy gets requests and passes to Galaxy - Gal