Closed aboutaaron closed 10 years ago
@mikejcorey ran into the same issue as well
It was doing the same thing for me before when it was in the management command.
A contributing factor may be that a bug I inserted into the loadcalaccessfile
command resulted in some columns not being properly loaded into the database with a fresh download routine. I'm writing the fix now and will be shipping a new version of django-calaccess-raw-data
to PyPI tonight. Next time you crack this guy open, upgrade your dependency and start fresh to see if there is any improvement.
I'm hacking this mofo hard over in the reload-rewrite
branch, but one thing to be sure of is that you are actually using the source code and don't accidentally have the setup.py package installed in your site-packages
. One way to make sure is to just hammer this real quick.
$ pip uninstall django-calaccess-campaign-browser
This will be fixed once I merge the loader-rewrite
branch so I'm going to close it just to clear up our ticket pile a little.
I don't know if something changed in my PEP8 refactor or when @palewire broke the mgmt command into modules but just he
loadcampaignfinancefilers.py
task just runs ad infinitum. I'm running cProfile on it so we'll see if I learn anything should it complete