Skip to content

Commit

Permalink
remove resque
Browse files Browse the repository at this point in the history
  • Loading branch information
bleonard committed Jan 16, 2015
1 parent 84e5945 commit 2171f9a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 307 deletions.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
$LOAD_PATH.unshift 'lib'
require 'queue_bus/tasks'
1 change: 0 additions & 1 deletion lib/queue_bus/adapters/data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def watch_queue(queue)
self.redis { |redis| redis.sadd(:queues, queue.to_s) }
end

### From Resque Scheduler
# Used internally to stuff the item into the schedule sorted list.
# +timestamp+ can be either in seconds or a datetime object
# Insertion if O(log(n)).
Expand Down
31 changes: 0 additions & 31 deletions lib/queue_bus/server.rb

This file was deleted.

133 changes: 0 additions & 133 deletions lib/queue_bus/server/views/bus.erb

This file was deleted.

141 changes: 0 additions & 141 deletions lib/queue_bus/tasks.rb

This file was deleted.

0 comments on commit 2171f9a

Please sign in to comment.