Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DO NOT REALLY MERGE: trivial change to trigger build #300

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ Then we'll initiate a Celery worker (Example shown is with embedded Celery Beat
`celery -A microsetta_private_api.celery_worker.celery worker --loglevel=info` (Start 1 worker)
`celery -A microsetta_private_api.celery_worker.celery beat --loglevel=info` (Start the Celery Beat scheduler)


Next, start the microservice using flask's built-in server by running, e.g.,

`python ./microsetta_private_api/server.py`
Expand Down
1 change: 1 addition & 0 deletions microsetta_private_api/api/microsetta_private_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1510,6 +1510,7 @@ components:
description: Project ID
schema:
$ref: '#/components/schemas/project_id'
required: true

# query parameters
kit_name:
Expand Down