-
Notifications
You must be signed in to change notification settings - Fork 11k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server crashes in development mode when statistics cron job fails #751
Comments
wrgrant
changed the title
Server crashes in development mode when statistics job fails
Server crashes in development mode when statistics cron job fails
Sep 9, 2015
Nevermind. Turns out it was a weird artifact of virtualbox's networking going stale. I think rocket.chat itself didn't cause this. Closing the issue. |
Scarvis
added a commit
to sibdigital/rgrt
that referenced
this issue
Oct 27, 2020
Scarvis
added a commit
to sibdigital/rgrt
that referenced
this issue
Oct 27, 2020
Scarvis
added a commit
to sibdigital/rgrt
that referenced
this issue
Oct 27, 2020
Scarvis
added a commit
to sibdigital/rgrt
that referenced
this issue
Oct 28, 2020
Scarvis
added a commit
to sibdigital/rgrt
that referenced
this issue
Oct 30, 2020
Scarvis
added a commit
to sibdigital/rgrt
that referenced
this issue
Nov 3, 2020
shedoev
added a commit
to sibdigital/rgrt
that referenced
this issue
Nov 5, 2020
# Conflicts: # packages/rocketchat-i18n/i18n/ru.i18n.json
shedoev
added a commit
to sibdigital/rgrt
that referenced
this issue
Nov 5, 2020
shedoev
added a commit
to sibdigital/rgrt
that referenced
this issue
Nov 5, 2020
shedoev
added a commit
to sibdigital/rgrt
that referenced
this issue
Nov 5, 2020
shedoev
added a commit
to sibdigital/rgrt
that referenced
this issue
Nov 5, 2020
Scarvis
added a commit
to sibdigital/rgrt
that referenced
this issue
Nov 11, 2020
This was referenced Dec 24, 2020
This was referenced May 26, 2021
This was referenced Jan 12, 2022
This was referenced Feb 10, 2022
This was referenced Oct 27, 2023
This was referenced Dec 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running on corporate firewalled internet, vm clients don't have access to internet because we are behind a proxy. I'm running Rocket.Chat on an ubuntu vm.
I just came back to my machine after being gone for a few hours and the server had crashed on the synced cron job of sending out statistics. It failed because "Error: getaddrinfo ENOTFOUND" in synced-cron-server.js:63.
I'm going to hunt through the code and manually comment out setting up the cron job, but could this be a setting to opt out of sending back statistics?
The text was updated successfully, but these errors were encountered: