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

expedite polls for new user signups and "poll now" button #355

Closed
snarfed opened this issue Jan 27, 2015 · 2 comments
Closed

expedite polls for new user signups and "poll now" button #355

snarfed opened this issue Jan 27, 2015 · 2 comments
Assignees
Labels

Comments

@snarfed
Copy link
Owner

snarfed commented Jan 27, 2015

right now, the poll queue is running a lag of ~10m or so, ie when you insert a poll task with an immediate ETA, it already has a backlog of 10m worth of other tasks with ETAs in the past to run before it gets to that task:

https://appengine.google.com/queuedetails?&app_id=s~brid-gy&queue_name=poll&start_eta=0

this hurts new user signup and "poll now" button UX, since they have to wait in that line too. we should expedite them by putting them in a different task queue that can burst temporarily when needed.

@snarfed
Copy link
Owner Author

snarfed commented Jan 31, 2015

huh. the backlog is gone right now; we're all caught up. so it's not necessarily steady state. hmm. wonder what changed.

@snarfed snarfed added now and removed now labels Jan 31, 2015
@snarfed
Copy link
Owner Author

snarfed commented Mar 31, 2015

this is back, poll is currently ~25m behind. thanks to @kylewm for noticing.

@snarfed snarfed added the now label Mar 31, 2015
@snarfed snarfed self-assigned this Apr 5, 2015
@snarfed snarfed closed this as completed in 8f041a5 Apr 5, 2015
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

1 participant