Open GoogleCodeExporter opened 9 years ago
this appears to be related to the new task queue stuff
Original comment by andyster
on 2 Apr 2009 at 11:10
The 2 notifications that I see in Adium seem to be formatted differently. I
suspect
that one is the html format and one is the plain text version.
Original comment by adewale
on 9 Apr 2009 at 10:25
[deleted comment]
Some research has yielded that a property of app engine's datastore causes quick
updates to the same entity sometimes to take more time to propagate allowing a
quick
refetch of it to sometimes get the old data, the approaches to fixing this are
either:
1. change the architecture such that tasks always delete and write a new task
with a
different key name
2. add an additional lock in memcache to track progress on tasks
Original comment by andyster
on 27 Apr 2009 at 7:43
This suggests that we load the same property from the datastore multiple times.
We could also avoid reloading
multiple times. If this were possible then it would be a simpler solution
Original comment by adewale
on 28 Apr 2009 at 12:46
Issue 124 has been merged into this issue.
Original comment by adewale
on 28 Jun 2009 at 10:54
Original issue reported on code.google.com by
jonasnoc...@gmail.com
on 1 Apr 2009 at 9:55