Book Image

Rake Task Management Essentials

By : Andrey Koleshko
Book Image

Rake Task Management Essentials

By: Andrey Koleshko

Overview of this book

Table of Contents (18 chapters)
Rake Task Management Essentials
Credits
About the Author
Acknowledgements
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we figured out how to speed up the resulting time of the task execution with Rake multitasks. We learned about the basic problems that might arise when we use parallelism and how to avoid them. Whether it would be reasonable to use multitasking or not is up to you. It depends on the issue that is being resolved. Sometimes, it may speed up the execution process, but sometimes it may lead to unexpected behavior. However, if you choose to use multitasks, just be attentive to them.

The next chapter will share ideas on how to debug a Rake project.