Skip to content

Commit

Permalink
fix bug 1457349: remove submitter
Browse files Browse the repository at this point in the history
This removes all the submitter code and tests and related bits and bobs.
This also removes the poster requirement.
  • Loading branch information
willkg committed Apr 27, 2018
1 parent 617a498 commit f02183b
Show file tree
Hide file tree
Showing 20 changed files with 2 additions and 1,557 deletions.
162 changes: 0 additions & 162 deletions config/cron_submitter.ini-dist

This file was deleted.

20 changes: 0 additions & 20 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,26 +79,6 @@ services:
volumes:
- .:/app

# Submitter app
#
# NOTE(willkg): This app runs only in -prod and lets us slurp crashes from
# -prod to -stage. This service is here so we can test changes to the
# submitter, but you should probably never need to run this in your local
# development environment. It does configuration differently than all the
# other services because otherwise we end up with conflicts with things
# we care about.
submitter:
image: local/socorro_processor
env_file:
- docker/config/local_dev_submitter.env
- my.env
depends_on:
- rabbitmq
- localstack-s3
command: ["/app/docker/run_submitter.sh"]
volumes:
- .:/app

# -----------------------------
# External services
# -----------------------------
Expand Down
46 changes: 0 additions & 46 deletions docker/config/local_dev_submitter.env

This file was deleted.

21 changes: 0 additions & 21 deletions docker/run_submitter.sh

This file was deleted.

4 changes: 2 additions & 2 deletions docs/tests/system_checklist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ Checklist
Stage submitter
===============

Is the stage submitter running and sending crashes?
Is the stage submitter AWS Lambda job passing along crashes?

* Check Datadog dashboard for Antenna on -stage to see if it's
* Check Datadog dashboard for stage collector to see if it's
receiving crashes
2 changes: 0 additions & 2 deletions requirements/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ alembic==0.9.9 \
mock==2.0.0 \
--hash=sha256:5ce3c71c5545b472da17b72268978914d0252980348636840bd34a00b5cc96c1 \
--hash=sha256:b158b6df76edd239b8208d481dc46b6afd45a846b7812ff0ce58971cf5bc8bba
poster==0.8.1 \
--hash=sha256:af5bf45da4a916db2b638cffd9e9d6668b33020e2b8ca9f864db79b49331c6ff
uWSGI==2.0.17 \
--hash=sha256:3dc2e9b48db92b67bfec1badec0d3fdcc0771316486c5efa3217569da3528bf2
configman==1.3.0 \
Expand Down
1 change: 0 additions & 1 deletion socorro-cmd
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ COMMANDS = [
'Services (run these in their respective containers)', {
'crontabber': 'socorro.cron.crontabber_app.CronTabberApp',
'processor': 'socorro.processor.processor_app.ProcessorApp',
'submitter': 'socorro.submitter.submitter_app.SubmitterApp',
}
),
Group(
Expand Down
1 change: 0 additions & 1 deletion socorro/external/http/__init__.py

This file was deleted.

Loading

0 comments on commit f02183b

Please sign in to comment.