Mark document as is_processed=True to avoid loop
authorJosh Williams <jwilliams@endpoint.com>
Tue, 24 Sep 2013 21:18:11 +0000 (17:18 -0400)
committerJosh Williams <jwilliams@endpoint.com>
Tue, 24 Sep 2013 21:18:11 +0000 (17:18 -0400)
commit97bf5c4ff10804502ccd1868da81eb65d078abd1
treee587a08aa2d72aa2c8138e996ce623a4e54fcca2
parentd25dadbb9a2989611f320023ed41b77243e5731c
Mark document as is_processed=True to avoid loop

The .save() immediately following this checked is_processed, found it to
be False, and kicked off a whole new processing task; lather, rinse,
repeat.  We may want to refactor something else, but this fixes that for
now.
karmaworld/apps/notes/gdrive.py