diaspora/script
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
..
ci Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
env bump recommend ruby to 1.9.3-p385 2013-02-17 13:57:15 +01:00
i18n MS DG update copyright 2011-09-14 11:23:12 -07:00
cucumber update cucumber and capybara. one failing cuke. 2011-12-07 18:40:39 -08:00
get_config.rb this should restore compatibillity with ruby below 1.9.3-p125, not sure if we should hotfix this, if anyone wants to... 2012-11-22 20:04:19 +01:00
install.sh add clarifying message to install script (+ fix typo) [ci skip] 2013-01-08 10:11:50 +01:00
rails Basic 1.9.2 port 2010-09-16 14:41:33 +09:00
server Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00