inpho / inphosite

The InPhO API
https://inphoproject.org
15 stars 5 forks source link

404 error due to new entity #105

Closed colinallen closed 11 years ago

colinallen commented 11 years ago

tried to create a new idea "proof-theoretic semantics" and the next step led to a 404 error at https://inpho.cogs.indiana.edu/idea/5511/view.html

colinallen commented 11 years ago

This has happened more than once -- the entity does get created, however, so it appears to be a timing issue - perhaps the page for the new entity is called before the database write has happened?

JaimieMurdock commented 11 years ago

We've been noticing a fair amount of database slowness that causes these types of issues, however, it seems strange, as the entity does have an ID from the commit, so it should be in the database.

Introduced a sleep command for now to resolve this.