Skip to content

Lagotto 3.13

Compare
Choose a tag to compare
@mfenner mfenner released this 15 Jan 20:21
· 2071 commits to master since this release

Lagotto 3.13 was released on January 15, 2015 with the following changes:

  • mention Lagotto Support Forum in README.md (#224)
  • updated Chef cookbooks to use shared folder instead of current for better compatibility with Capistrano (#227)
  • display rate-limiting information from headers sent by Twitter and Github (#228)
  • added automated import from the DataONE (#231)

The big change in this release is the switch from delayed_job to Sidekiq for background processing. Sidekiq requires the redis database that can be installed either via the updated Chef scripts, or manually, e.g. on Ubuntu:

sudo apt-get install redis-server

Also, make sure the following ENV variable is set in your .env file:

# number of threads Sidekiq uses
CONCURRENCY=25

No redis or sidekiq configuration is necessary, but make sure all delayed_job worker processes are killed when upgrading.