fabric8-analytics / fabric8-analytics-worker

fabric8-analytics worker for gathering raw data
GNU General Public License v3.0
8 stars 45 forks source link

KeyError in recommender task #194

Closed samuzzal-choudhury closed 7 years ago

samuzzal-choudhury commented 7 years ago

A Key error in the recommender task caused that to fail on prod -

Following is the stacktrace -


2017-08-03 08:34:25,458 [ERROR] celery.app.trace: Task selinon.SelinonTaskEnvelope[d6ce0880-b186-4efd-a783-8358ee2a349d] raised unexpected: KeyError('latest_version',)
--

File "/usr/lib/python3.4/site-packages/f8a_worker/workers/recommender.py", line 620, in execute
--
msrb commented 7 years ago

I believe this was fixed in https://github.com/fabric8-analytics/fabric8-analytics-worker/pull/195. Closing.