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

Paraply should wait for events to propagate into db before redirecting users #6

Open
snorremd opened this issue Sep 19, 2015 · 0 comments

Comments

@snorremd
Copy link
Member

Right now there is a race condiction where a user will be redirected to the home page (event list) after submitting an event before that event is properly inserted into the db. The cause might be that an async function is ignored and the response written before the setEvent finishes.

It might possible also be caused by ElasticSearch not updating the cache of the event index before the new getEvents query is submitted when the user is redirected.

Will have to look into this.

@snorremd snorremd added the bug label Sep 19, 2015
@snorremd snorremd self-assigned this Sep 19, 2015
@snorremd snorremd removed their assignment Oct 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant