diaspora/config
Jonne Haß 79a79d65d6 Bye Resque. Ohai Sidekiq.
* Dropped all references to Resque
* Moved all jobs under app/workers since that's the Sidekiq convention
* Renamed Jobs module to Worker to match new location
* Adapted all jobs to Sidekiq
* Replaced all enqueue calls with perform_async
* Dropped Resque hacks from specs and features, replaced with
  sidekig/testing in RSpec and sidekig/testing/inline in Cucumber
* Updated scripts to start a Sidekiq server
* Inline Sidekiq sinatra app
* Let Sidekiq create the actual Redis instance
* Workaround already initialized constant warnings in service models
* Resolved ToDo in one job definition by creating proper exception clases
  for some errors in receiving posts
* Added sidekiq section to configuration to make it completly
  configurable to the user
* Add Sidekiq middleware for clean backtraces
* Delay HttpMulti retry to give offline pods a chance to come back up
* Do not retry on GUID already taken and alike errors
* Be graceful about deleted posts in GatherOEmbedData
2013-03-21 23:39:07 +01:00
..
deploy capistrano deploy: let the user choose if running svc and svstat with sudo 2012-02-04 17:59:30 +01:00
environments properly integrate asset_sync 2012-09-26 20:23:45 +02:00
initializers Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
locales Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
application.rb End the require mess 2013-03-21 23:37:53 +01:00
boot.rb Do not generate paths like /a/b/c/config/boot.rb/../../Gemfile to require and open things, create a proper path instead. 2012-11-30 18:16:56 +01:00
cap_colors.rb Added color definition file at config/cap_colors.rb 2011-11-15 09:06:15 -08:00
cucumber.yml add cucumber feature for taking screenshots of important pages 2012-12-17 20:25:34 +01:00
database.yml.example Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
defaults.yml Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
deploy.rb New configuration system 2012-09-26 20:19:37 +02:00
deploy_config.yml.example capistrano deploy: let the user choose if running svc and svstat with sudo 2012-02-04 17:59:30 +01:00
diaspora.yml.example Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
environment.rb End the require mess 2013-03-21 23:37:53 +01:00
load_config.rb don't use a rails method in a pre-rails environment 2012-12-08 00:50:30 +01:00
locale_settings.yml made hy available, temporarily switched to git release of rails-i18n to fix #3023 [ci skip] 2012-10-07 14:30:29 +02:00
routes.rb Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
schedule.rb.example Adds maintenance rake tasks for logrotate and temp file deletion; Adds whenever gem + sample whenever file 2011-12-15 15:18:07 -08:00
selenium.yml MS DG update copyright 2011-09-14 11:23:12 -07:00
unicorn.rb Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00