diaspora/lib/diaspora
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
..
federated End the require mess 2013-03-21 23:37:53 +01:00
fetcher Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
commentable.rb Refactor Post Presenter 2012-05-10 12:24:21 -07:00
encryptable.rb upgrade to Rails 3.2.3 2012-05-14 21:53:16 -07:00
exceptions.rb Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
exporter.rb some refactoring regarding the law of demeter 2012-09-23 19:33:19 +02:00
fetcher.rb End the require mess 2013-03-21 23:37:53 +01:00
guid.rb remove ActiveSupport::SecureRandom 2012-03-21 13:49:34 -07:00
likeable.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
markdownify.rb End the require mess 2013-03-21 23:37:53 +01:00
markdownify_email.rb End the require mess 2013-03-21 23:37:53 +01:00
parser.rb Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
relayable.rb some refactoring regarding the law of demeter 2012-09-23 19:33:19 +02:00
shareable.rb some refactoring regarding the law of demeter 2012-09-23 19:33:19 +02:00
taggable.rb End the require mess 2013-03-21 23:37:53 +01:00