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

Polls not finalizing? #6872

Open
benjidial opened this issue May 15, 2024 · 2 comments
Open

Polls not finalizing? #6872

benjidial opened this issue May 15, 2024 · 2 comments
Labels

Comments

@benjidial
Copy link

benjidial commented May 15, 2024

Description

I have a bot that once a day posts some polls, sleeps until they are expired, checks is_finalized repeatedly (with an increasing delay) until it is true, then uses the results from the poll. The polls that were posted yesterday expired at 11pm Eastern Time and have a grand total of seven votes, but the API is still reporting them as not finalized. Previously they have worked fine.

Steps to Reproduce

The polls were created with a POST to /channels/<channel_id>/messages with the duration set to 23 hours. It has been much more than 23 hours, and I am retrieving the polls via a GET to /channels/<channel_id>/messages/<message_id>.

Expected Behavior

is_finalized gets set to true within a reasonable amount of time

Current Behavior

is_finalized is still false after 16 hours, with only 7 voters and around 20 people in the server.

Screenshots/Videos

image
image

Client and System Information

I am running Debian, and using the HTTP API via libcurl.

@benjidial benjidial added the bug label May 15, 2024
@tpcstld
Copy link
Contributor

tpcstld commented May 15, 2024

I'm investigating this.

@tpcstld
Copy link
Contributor

tpcstld commented May 16, 2024

Update: This is caused by some infrastructure issues internally. We're mitigating the issue but it may take at least a day for things to clear at the current rate.

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

No branches or pull requests

2 participants