Skip to content

Commit

Permalink
Remove NSQ related code
Browse files Browse the repository at this point in the history
  • Loading branch information
chdorner authored and nickstenning committed Apr 19, 2016
1 parent 11c3701 commit 6650fc0
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 858 deletions.
1 change: 0 additions & 1 deletion h/app.py
Expand Up @@ -109,7 +109,6 @@ def includeme(config):
config.include('h.features')
config.include('h.form')
config.include('h.models')
config.include('h.queue')
config.include('h.realtime')
config.include('h.sentry')
config.include('h.stats')
Expand Down
2 changes: 1 addition & 1 deletion h/celery.py
Expand Up @@ -35,7 +35,7 @@
CELERY_ACCEPT_CONTENT=['json'],
# Enable at-least-once delivery mode. This probably isn't actually what we
# want for all of our queues, but it makes the failure-mode behaviour of
# Celery the same as our NSQ worker:
# Celery the same as our old NSQ worker:
CELERY_ACKS_LATE=True,
CELERY_DISABLE_RATE_LIMITS=True,
CELERY_IGNORE_RESULT=True,
Expand Down
116 changes: 0 additions & 116 deletions h/queue.py

This file was deleted.

190 changes: 0 additions & 190 deletions h/streamer/nsq.py

This file was deleted.

2 changes: 0 additions & 2 deletions h/streamer/streamer.py
Expand Up @@ -7,9 +7,7 @@

from h import db
from h import stats
from h.queue import resolve_topic
from h.streamer import messages
from h.streamer import nsq
from h.streamer import websocket

log = logging.getLogger(__name__)
Expand Down

0 comments on commit 6650fc0

Please sign in to comment.