codeforamerica / cfapi

The Code for America API. Tracks and motivates activity and participation across the civic technology movement.
http://codeforamerica.org/api
MIT License
113 stars 52 forks source link

Improve memory handling during update #275

Closed tmaybe closed 8 years ago

tmaybe commented 8 years ago

Refactors the run_update loop, hoping to reduce memory usage by committing frequently during an organization's update process instead of just at the end. Also makes a lot of small changes to keep the process consistent and readable.

Fixes a bug where multiple issues on a project with the same name conflicted.

Closes #270