bugbug/http_service
dependabot[bot] 4e8ed9e594
Bump sentry-sdk[flask] from 2.0.1 to 2.2.0 (#4190)
Bumps [sentry-sdk[flask]](https://github.com/getsentry/sentry-python) from 2.0.1 to 2.2.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-python/compare/2.0.1...2.2.0)

---
updated-dependencies:
- dependency-name: sentry-sdk[flask]
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-21 10:07:57 -04:00
..
bugbug_http Fenix-specific component classifier model (#4173) 2024-05-21 14:03:46 +00:00
tests Add support for classifying invalid compatibility reports to the http service (#3846) 2023-11-28 22:33:58 -05:00
.dockerignore
Dockerfile
Dockerfile.bg_worker
MANIFEST.in
README.md Add support for GitHub issue classification to the HTTP service (#2330) 2021-05-11 08:48:07 +02:00
docker-compose.yml Add support for GitHub issue classification to the HTTP service (#2330) 2021-05-11 08:48:07 +02:00
ensure_models.sh
requirements.txt Bump sentry-sdk[flask] from 2.0.1 to 2.2.0 (#4190) 2024-05-21 10:07:57 -04:00
setup.py

README.md

Local development

For starting the service locally run the following commands.

Start Redis:

docker-compose up redis

Build the http service image:

docker build -t mozilla/bugbug-http-service -f Dockerfile .

Start the http service:

docker-compose up bugbug-http-service

Build the background worker image:

docker build -t mozilla/bugbug-http-service-bg-worker --build-arg TAG=latest -f Dockerfile.bg_worker .

Run the background worker:

docker-compose up bugbug-http-service-bg-worker