Bug 1183246 Comment 9 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Whee, this bug is so old I'm still CC'ed on it.

I wrote this bug before I understood much about treeherder's architecture, I think :mdoglio's last comment was right: we should rely on celery not to perform the same operation more than once. For the rare case that this happens anyway, we should make any db writes performed as a result of log parsing [idempotent](https://en.wikipedia.org/wiki/Idempotence), as I did for perfherder in comment 0. 

My recommendation would be to resolve this as worksforme.
Whee, this bug is so old I'm still CC'ed on it.

I wrote this bug before I understood much about treeherder's architecture, I think :mdoglio's last comment was right: we should rely on celery not to perform the same operation more than once. For the rare case that this happens anyway, we should make any db writes performed as a result of log parsing are [idempotent](https://en.wikipedia.org/wiki/Idempotence), as I did for perfherder in comment 0. 

My recommendation would be to resolve this as worksforme.

Back to Bug 1183246 Comment 9