Closed
Bug 1015325
Opened 11 years ago
Closed 11 years ago
funfactory uses deprecated django-celery
Categories
(Web Apps Graveyard :: AppsInTheCloud, defect)
Web Apps Graveyard
AppsInTheCloud
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: bjdixon, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/537.36
Steps to reproduce:
Looked in this file: https://github.com/mozilla/funfactory/blob/master/funfactory/requirements/prod.txt
Actual results:
Showed this:
# Celery: Message queue
celery
django-celery
Expected results:
Should show this:
# Celery: Message queue
celery
| Reporter | ||
Comment 1•11 years ago
|
||
I couldn't find a place to file funfactory issues. Sorry if this isn't the place. According to this: https://github.com/celery/django-celery django-celery is no longer needed.
Flags: needinfo?(willkg)
Comment 2•11 years ago
|
||
Why'd you needinfo? me? I don't understand what this bug is about.
Flags: needinfo?(willkg)
| Reporter | ||
Comment 3•11 years ago
|
||
Sorry thought you might know where to file this as you commit to funfactory. I couldn't see an issues link on the github project. Perhaps I should have just submitted a patch there? Sorry, don't know what the protocol is in this situation.
Comment 4•11 years ago
|
||
Ahh... got it. funfactory is part of playdoh, so they put all the issues there:
https://github.com/mozilla/playdoh/issues
Best to create this issue there.
However, now that I've re-read this, what's going on is that funfactory depends on a very old version of celery prior to when django-celery was nixed. The version is in playdoh-lib. I'm not sure what the requirements files do in this case.
Marking this as INVALID since this bug shouldn't be in Bugzilla.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
Updated•7 years ago
|
Product: Web Apps → Web Apps Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•