Skip to content

Namespaces and Resque-based process queue

Compare
Choose a tag to compare
@rsinger rsinger released this 24 Jun 08:18
· 248 commits to master since this release

This release includes two massively breaking changes:

  1. Tripod is now namespaced: all of the MongoTripodWhatever classes are now \Tripod\Mongo\Whatever
  2. The Mongo based process queue has been replaced with a Resque based queue. There are two jobs/queues that actually do the composite generation. See more about this here: https://github.com/talis/tripod-php/blob/master/docs/operations.md

This introduces another external dependency on Redis for Resque.