Skip to content

Commit

Permalink
HARMONY-1492: Update develop guide with queue variable
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnyinverso committed Jun 30, 2023
1 parent 04713c3 commit 85ef029
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/guides/adapting-new-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ HARMONY_SERVICE_EXAMPLE_REQUESTS_MEMORY=128Mi
HARMONY_SERVICE_EXAMPLE_LIMITS_CPU=128m
HARMONY_SERVICE_EXAMPLE_LIMITS_MEMORY=512Mi
HARMONY_SERVICE_EXAMPLE_INVOCATION_ARGS='python -m harmony_service_example'
HARMONY_SERVICE_EXAMPLE_SERVICE_QUEUE_URLS='["harmonyservices/service-example:latest,http://localstack:4566/queue/harmony-service-example.fifo"]'
```

Be sure to prefix the entries with the name of your service. Set the value for the `INVOCATION_ARGS` environment variable. This should be how you would run your service from the command line. For example, if you had a python module named `my-service` in the working directory, then you would run the service using:
Expand Down

0 comments on commit 85ef029

Please sign in to comment.