bugbug/http_service
dependabot-preview[bot] 198a4827d2 Bump rq-dashboard from 0.5.2 to 0.5.3 (#910)
Bump [rq-dashboard](https://github.com/eoranged/rq-dashboard) from 0.5.2 to 0.5.3.
- [Release notes](https://github.com/eoranged/rq-dashboard/releases)
- [Commits](https://github.com/eoranged/rq-dashboard/compare/0.5.2...0.5.3)
2019-09-01 21:26:48 +02:00
..
models Add basic HTTP service (#262) 2019-04-10 17:57:07 +02:00
templates Add OpenApi definition and docs (#617) 2019-07-18 11:42:27 +02:00
tests Validate batch endpoint inputs (#794) 2019-08-01 15:33:20 +02:00
.dockerignore Add OpenApi definition and docs (#617) 2019-07-18 11:42:27 +02:00
Dockerfile Pre-load bugbug models in the RQ worker (#603) 2019-06-21 08:24:15 -07:00
Dockerfile.bg_worker Pre-load bugbug models in the RQ worker (#603) 2019-06-21 08:24:15 -07:00
__init__.py Add basic HTTP service (#262) 2019-04-10 17:57:07 +02:00
app.py Also check for job timeout when checking if a job is running (#819) 2019-08-01 15:51:25 +02:00
check_models.py Pre-load bugbug models in the RQ worker (#603) 2019-06-21 08:24:15 -07:00
docker-compose.yml Support classifying batches of bugs with a background worker (#321) 2019-06-07 21:22:14 +02:00
download_models.py Implement deployment to Heroku (#458) 2019-05-23 20:39:02 +02:00
ensure_models.sh Fix Docker build by downloading the models inside the image. Fix #504 (#516) 2019-05-29 20:43:58 +02:00
models.py Move zstandard compression and decompression into utils module (#850) 2019-08-04 15:29:06 +02:00
requirements.txt Bump rq-dashboard from 0.5.2 to 0.5.3 (#910) 2019-09-01 21:26:48 +02:00
utils.py Clean cached predictions when a bug gets updated (#786) 2019-07-26 16:47:54 +02:00
worker.py Pre-load bugbug models in the RQ worker (#603) 2019-06-21 08:24:15 -07:00