Skip to content
Extraits de code Groupes Projets
  1. mai 19, 2015
  2. déc. 01, 2014
  3. nov. 13, 2014
  4. mars 21, 2013
    • Jonne Haß's avatar
      Bye Resque. Ohai Sidekiq. · 79a79d65
      Jonne Haß a rédigé
      * 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
      79a79d65
  5. nov. 04, 2012
  6. oct. 19, 2012
  7. oct. 17, 2012
  8. sept. 26, 2012
  9. fév. 21, 2012
  10. jan. 26, 2012
  11. jan. 24, 2012
  12. jan. 16, 2012
  13. jan. 14, 2012
  14. jan. 13, 2012
  15. jan. 08, 2012
  16. jan. 05, 2012
  17. jan. 04, 2012
  18. nov. 08, 2011
  19. oct. 28, 2011
  20. sept. 15, 2011
  21. août 29, 2011
Chargement en cours