diaspora/lib/tasks
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
..
.gitkeep Activerecord this time\! 2010-06-11 10:40:49 -07:00
cucumber.rake Remove unused rake tasks, make cumber rake file the vanilla one 2012-09-27 17:07:33 +02:00
db.rake query the set url only through #pod_uri in the app 2012-09-26 20:19:37 +02:00
default.rake Remove unused rake tasks, make cumber rake file the vanilla one 2012-09-27 17:07:33 +02:00
generate_session_secret.rake Rails.root and File.join cleanup 2012-06-11 03:13:20 -07:00
maintenance.rake Adds maintenance rake tasks for logrotate and temp file deletion; Adds whenever gem + sample whenever file 2011-12-15 15:18:07 -08:00
migrations.rake New configuration system 2012-09-26 20:19:37 +02:00
screenshots.rake fix regression in 0.0.3.0 (close #3805) 2012-12-27 17:58:18 +01:00
tests.rake add assets:preocompile prerequisite for cucumber specs on CI 2013-03-12 12:23:55 -03:00