You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
michael-lefebvre edited this page Apr 7, 2013
·
4 revisions
Tapioca Background Jobs
Due to his capability to embed part of a document into another, Tapioca needs background workers to keep up to date all the dependencies.
You can choose between PHP-Resque (Redis's flavor) or the Tapioca Jobs's class (MongoDb's taste). Both share the same API, Worker class are exactly the same and can be switch depending your environment, ex: development use MongoDb and production Redis.
Actually, the only difference is that Tapioca Jobs’s class can be monitor directly from the admin workspace.
To define your worker, update the tapioca config file.