mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-03 06:03:25 +00:00
transfer.sh Down? #371
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @songgao on GitHub.
Hi there! Thanks for making and hosting such a useful service!
It looks like there's some issue with the backend right now?
@nl5887 commented on GitHub:
Don't expect that to solve this issue. But lets see first how it works without docker (they are running just one docker container per vm), so the docker container isn't really necessary. Was only for easy deployment, and that isn't too difficult to script.
@nl5887 commented on GitHub:
Thanks for noticing. Docker and Elastic Beanstalk failed recovering from the docker process crashing. I've restarted everything and will remove the docker layer.
@songgao commented on GitHub:
Thanks @nl5887 for the fast response! I'm gonna close the issue then.
Have you considered CoreOS? :)
@songgao commented on GitHub:
Got you. Was it docker itself, or the
transfersh-serverprocess within the container that crashed? I mentioned CoreOS mainly because of therktruntime. It has a simpler process model and is easier to manage.But anyway hope the issue presents itself soon and gets solved!
@nl5887 commented on GitHub:
It was docker itself, not the binary. And strange this is also that this isn't detected by Amazon Elastic Beanstalk, because there are multiple instances. It just said that it failed, but didn't took appropriate action.
@nl5887 commented on GitHub:
Actually I found out that the difference between 1.4.2 and 1.6 in SSL
handling was causing the issue. I was reading and writing to S3 with https,
causing the cpu to overflow. For now this has been solved by not https 'ing
internal traffic.
On Fri, May 20, 2016 at 8:46 PM Song Gao notifications@github.com wrote:
Remco Verhoef
gpg: https://keybase.io/remcov/key.asc
personal twitter: @remco_verhoef
twitter: @dutchcoders
blog: blog.dutchcoders.io
@sophuric commented on GitHub:
I'm having the same issue. I'm using restSharp. Whyyy???
@songgao commented on GitHub:
This is a pretty long shot, but was the error in
Accept()and something like "ran out of file descriptors" by any chance? I got bit by that once and solved by setting Timeouts forhttpstuff@dschep commented on GitHub:
@nl5887 is https://transfer.sh down again?
@songgao commented on GitHub:
Interesting. But high CPU load shouldn't cause process to be killed, right? Was it using a lot of memory?
Just genuinely interested in the root cause :D
@mckaygerhard commented on GitHub:
hi @wooden-utensil , @songgao , as explained in comment 51#issuecomment-219301538 it's not down.. just internal process problem..
@sophuric commented on GitHub:
You can check down for everyone or just me.
@g33k247 commented on GitHub:
curl -I https://transfer.sh
curl: (7) Failed to connect to transfer.sh port 443: Connection refused