cid-harvard / atlas-economic-complexity

[DEPRECATED] The Atlas online is a powerful interactive tool that enables users to visualize a country’s total trade, track how these dynamics change over time and explore growth opportunities for more than a hundred countries worldwide.
http://atlas.cid.harvard.edu
81 stars 40 forks source link

Celery tasks leave old phantomjs instances lying around that eat memory. #272

Closed makmanalp closed 9 years ago

makmanalp commented 9 years ago

Workaround is killing zombies regularly for now.

makmanalp commented 9 years ago

This has to do with SoftTimeLimitExceeded being raised and not caught to exit the worker cleanly: https://github.com/celery/celery/issues/2353