PolicyStat / jobtastic

Make your user-responsive long-running Celery jobs totally awesomer.
http://policystat.github.com/jobtastic/
MIT License
645 stars 61 forks source link

jobtastic default settings #49

Open sin-mike opened 9 years ago

sin-mike commented 9 years ago

Hi, Wes

I've played around your code and found how to unbound jobtastic from django in a dirty but cheap way. I will continue with explicit cache settings later, but this solution works for me at the moment.

What do you say? Merge?

BR, Mike from MIVAR

winhamwr commented 9 years ago

Hi Mike,

Thanks for the pull request!

I'm all for dirty and cheap, at this point. To make sure this works, would you be able to add a tox environment that doesn't load Django as part of the requirements and then modify .travis.yml to run that environment? We want to make sure it keeps working.

Thanks -Wes