-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve documentation for process of converting existing tasks to jobtastic #13
Comments
Hi Shadowing,
I can't speak for the ease, but I can tell you that we created Jobtastic to help standardize a couple-dozen existing Celery tasks on a large project. In fact, I'm about to push a ticket to production that was basically just converting a task to use Jobtastic for the caching and thundering herd avoidance. My general process:
This part is usually very quick and gives really good bang for your buck. I make sure everything is still working correctly at this point. Then, if I want progress display, I sprinkle in Maybe I should convert the documentation to more than just a README and expand this as a guide? If you do go through and convert some tasks, I'd really love any feedback on gotchas or tips beyond this. I know that as the author, I might be glossing over some important-to-know detail about usage. As far as Celery 3.0, the answer is "I think so." Unfortunately, I haven't used Celery 3 in production yet, but the good news is that if it doesn't work, it's not going to be subtle. It will fail hard and you'll be able to give me a stack trace to fix :) Thanks for the feedback! I hope you're able to use Jobtastic and it saves you some time. |
Hi, Wes,
I think your project, along with jquery-celery plugin, is very promising in terms of both problem scenario and design philosophy. Looking forward to your further work. |
first, thank you for you brilliant work!
I just found your project, it really should've been a lifesaver, BUT now that I've implemented many many "ordinary" complex celery task classes, is there some convenient way for me to migrate to jobtastic easily?
Also, does it integrate with celery 3.0 well?
The text was updated successfully, but these errors were encountered: