- 19 May, 2015 1 commit
-
-
Jonne Haß authored
closes #5966
-
- 01 Dec, 2014 1 commit
-
-
Jonne Haß authored
Spring is the recommended application preloader for rails
-
- 13 Nov, 2014 1 commit
-
-
Lukas Matt authored
-
- 21 Mar, 2013 1 commit
-
-
Jonne Haß authored
* 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
-
- 04 Nov, 2012 1 commit
-
-
Jonne Haß authored
-
- 19 Oct, 2012 1 commit
-
-
Jonne Haß authored
-
- 17 Oct, 2012 1 commit
-
-
Maxwell Salzberg authored
-
- 26 Sep, 2012 1 commit
-
-
Jonne Haß authored
-
- 21 Feb, 2012 1 commit
-
-
Maxwell Salzberg authored
-
- 26 Jan, 2012 2 commits
-
-
danielgrippi authored
-
danielgrippi authored
-
- 24 Jan, 2012 1 commit
-
-
danielgrippi authored
add unicorn back in. only use one worker process for now. also, move chrome_frame middleware into the correct load path in lib. [ci skip]
-
- 16 Jan, 2012 2 commits
-
-
Maxwell Salzberg authored
-
danielgrippi authored
This reverts commit 641cedf3. Revert "Merge pull request #2663 from torrancew/with_unicorn" This reverts commit 2a2efd09, reversing changes made to 78978f05.
-
- 14 Jan, 2012 2 commits
-
-
Tray Torrance authored
-
Maxwell Salzberg authored
-
- 08 Jan, 2012 1 commit
-
-
Maxwell Salzberg authored
-
- 05 Jan, 2012 1 commit
-
-
Maxwell Salzberg authored
-
- 04 Jan, 2012 1 commit
-
-
Maxwell Salzberg authored
we find a better way to reimpliment it in a more sane way
-
- 08 Nov, 2011 1 commit
-
-
Jonne Hass authored
-
- 28 Oct, 2011 1 commit
-
-
Manuel Schölling authored
-
- 15 Sep, 2011 1 commit
-
-
danielgrippi authored
-
- 30 Aug, 2011 1 commit
-
-
danielgrippi authored
-
- 29 Aug, 2011 1 commit
-
-
danielgrippi authored
Added Foreman gem. Run Diaspora using `foreman start` (will start everything except mySQL. Passing in a -p flag will let you specifiy the port. Also: I took single_process_mode out of app config and made it an environment variable. If you want to boot a lightweight server, run `SINGLE_PROCESS=true rails s`.
-