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

Response time of bot node js, and bot go #354

Open
dorlanpabon opened this issue Oct 27, 2020 · 8 comments
Open

Response time of bot node js, and bot go #354

dorlanpabon opened this issue Oct 27, 2020 · 8 comments
Labels
help wanted Anyone is welcome to help us with this! improvement Improves on something that already exists IRC Issues relating to the IRC bridge needs testing Needs testing or QA before closing research Research and more data is needed to make a decision

Comments

@dorlanpabon
Copy link

I see that the bot in node js was faster when sending and receiving messages.
The go bot has time limitations, if so, could something be done to improve it?

@dorlanpabon dorlanpabon added improvement Improves on something that already exists needs triage Metadata needs to be triaged and updated labels Oct 27, 2020
@jwflory jwflory added help wanted Anyone is welcome to help us with this! IRC Issues relating to the IRC bridge needs testing Needs testing or QA before closing research Research and more data is needed to make a decision and removed needs triage Metadata needs to be triaged and updated labels Oct 27, 2020
@jwflory
Copy link
Member

jwflory commented Oct 27, 2020

This issue is complex to debug. There are many factors that could cause this, including network connectivity and number of hops.

These are my questions:

  1. What version of Go and what version of TeleIRC are used?
  2. What country is the TeleIRC bot running from?
  3. What country is the IRC server running from?
  4. Is it possible to take a traceroute between the two servers?

@dorlanpabon
Copy link
Author

dorlanpabon commented Oct 27, 2020

  1. Go Version 2.01, the version de node 1.3.4 and is more fast
  2. United states
  3. I have no knowledge
    4.I think so, Terminal openshift
    Note:
    I run the node js version on the same server and it is faster to receive messages.
    I run the version of go on the same server but it has a delay time when the messages arrive to telegram.

@Tjzabel
Copy link
Member

Tjzabel commented Oct 27, 2020

So for more information, you are saying the issue is specifically with messages going from IRC => Telegram?

@dorlanpabon
Copy link
Author

Correct Tjzabel

@jwflory
Copy link
Member

jwflory commented Oct 27, 2020

OK. We will keep this open. We need more data to debug this, but we can flag it for a developer meeting.

@dorlanpabon
Copy link
Author

very much thanks

@jwflory
Copy link
Member

jwflory commented Nov 16, 2020

Discussed in 2020-11-15 meeting.


We did not actually discuss this in our meeting, but I did update this issue in our meeting. I moved this back into an upcoming sprint since we are low capacity because of university final exams and U.S. holidays. We should have a chance to look into this before the end of 2020 though.

@dorlanpabon
Copy link
Author

Thank you very much very kind

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Anyone is welcome to help us with this! improvement Improves on something that already exists IRC Issues relating to the IRC bridge needs testing Needs testing or QA before closing research Research and more data is needed to make a decision
Projects
None yet
Development

No branches or pull requests

4 participants
@jwflory @dorlanpabon @Tjzabel and others