Skip to content
Extraits de code Groupes Projets
  1. fév. 11, 2020
  2. oct. 08, 2018
  3. mars 25, 2018
  4. sept. 17, 2017
  5. août 29, 2017
  6. août 12, 2017
  7. nov. 27, 2016
  8. août 11, 2016
  9. juin 26, 2016
  10. mars 07, 2016
  11. mars 06, 2016
  12. mai 03, 2015
  13. avr. 11, 2015
  14. fév. 07, 2015
  15. août 27, 2014
  16. avr. 19, 2014
  17. avr. 08, 2014
  18. jan. 13, 2014
  19. 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
  20. nov. 21, 2012
  21. nov. 08, 2012
  22. oct. 14, 2012
  23. sept. 10, 2012
  24. mai 09, 2012
  25. mars 27, 2012
  26. mars 22, 2012
  27. fév. 19, 2012
  28. fév. 14, 2012
  29. fév. 07, 2012
  30. jan. 28, 2012
  31. jan. 26, 2012
Chargement en cours