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

Investigate the Test-Twitterbot: Two tweets for one started auction #97

Open
1 of 3 tasks
florianstoecker opened this issue Feb 11, 2022 · 2 comments
Open
1 of 3 tasks
Labels
bug Something isn't working

Comments

@florianstoecker
Copy link
Contributor

florianstoecker commented Feb 11, 2022

Goal
The Testing Twitterbot only tweets once per started auction

Context
Whenever one testnet(kovan/goerli) auction is started, the Twitter bot tweets twice.
image

Twees:

Tasks

  • Investigate Double-Tweeting
  • Come up with a solution
  • Implement fixes
@florianstoecker florianstoecker added the bug Something isn't working label Feb 11, 2022
@zoey-kaiser
Copy link
Contributor

What I assume is happening:

The two tweets point to different URLS. Our bot is only configurable to accept one single frontend URL. It is not possible to say Tweet once to URL-A and another time to URL-B.

Therefore the only logical reason for these two tweets in my opinion is that the Bot is started on two instances. Once on main.auctions-ui.k8s.sidestream.tech and another time on auction-ui.k8s.sidestream.tech.

Could this be the reason @valiafetisov?

@valiafetisov
Copy link
Contributor

Yep, that would be my assumption as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants