Skip to content
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

Bot keeps shutting down / erroring out without restarting #2

Open
Kevincav opened this issue Jan 20, 2019 · 3 comments
Open

Bot keeps shutting down / erroring out without restarting #2

Kevincav opened this issue Jan 20, 2019 · 3 comments

Comments

@Kevincav
Copy link

Can we add some logging to figure out why it keeps quitting then also the ability to auto-restart upon quitting. This is something that might work out better when we add in docker.

@nikgil
Copy link
Member

nikgil commented Mar 5, 2019

So my suspicion is that it isn't shutting out but its cache runs out for keeping messages and flushes out the oldest ones, which end up being its messages.

@Kevincav
Copy link
Author

So my suspicion is that it isn't shutting out but its cache runs out for keeping messages and flushes out the oldest ones, which end up being its messages.

Anyway to test for this?

@nikgil
Copy link
Member

nikgil commented Apr 12, 2019

Could potentially print out messages until the target message is null, but at the same time the messages are saved in variables, so I'm not sure why the would get de-referenced, even if the cache is limited since they are saved separately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants