backstrokeapp / server

:swimmer: A Github bot to keep repository forks up to date with their upstream.
https://backstroke.co
MIT License
667 stars 62 forks source link

Not syncing automatically #99

Closed shikhir-arora closed 6 years ago

shikhir-arora commented 6 years ago

Hi there!

Backstroke has been working well for me, but over the last week or so I've noticed it has stopped syncing automatically and I have to either resync or run the manual webhook link for it to update.

It seemed to be fine after #98 - and was for a while, but suddenly stopped working over the past week or so.

1egoman commented 6 years ago

Hmm, that's weird. I'm currently on vacation but should be able to take a look on Monday.

On Sat, May 19, 2018, 3:52 AM Shikhir Arora notifications@github.com wrote:

Hi there!

Backstroke has been working well for me, but over the last week or so I've noticed it has stopped syncing automatically and I have to either resync or run the manual webhook link for it to update.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/backstrokeapp/server/issues/99, or mute the thread https://github.com/notifications/unsubscribe-auth/ABoBLLnY7quSIvYXhfKlgVZyr5jocbtBks5tz-tFgaJpZM4UFpqZ .

--

Ryan Gaus Web Developer & Programmer rgaus.net 315-464-0001 <(315)%20464-0001> I work for Density http://density.io/

1egoman commented 6 years ago

I see what's going on - looks like the server that Backstroke is running on has run out of ram (and the job that does the automatic syncing is being OOMed). Unfortunately, I'm still away and don't have a solid internet connection (which I need in order to scale up the server instance to alleviate this problem). I should have a solid connection hopefully later tonight but if not then later this week and then I can perform the upgrade. Sorry for the delayed response, things always have a tendency to break at the worst possible time!

1egoman commented 6 years ago

I finally have a stable internet connection again and was able to perform a ram upgrade on the digitalocean droplet powering Backstroke. Again, very sorry about this but hopefully the service should be running again.

shikhir-arora commented 6 years ago

Thanks!