Skip to content

Commit 4a6e665

Browse files
authored
Changed module to service in worker yaml
As per comments Bookshelf Pub/Sub changelist, I changed "module" to "service" in worker.yaml comments because of change in terminology for Pub/Sub.
1 parent 208f28a commit 4a6e665

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

6-pubsub/worker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runtime: python
2222
env: flex
2323

2424
# Instead of using gunicorn directly, we'll use Honcho. Honcho is a python port
25-
# of the Foreman process manager. For the worker module, both the queue worker
25+
# of the Foreman process manager. For the worker service, both the queue worker
2626
# and the monitor process are needed.
2727
entrypoint: honcho start -f /app/procfile worker monitor
2828

0 commit comments

Comments
 (0)