Skip to content

Commit a284be8

Browse files
committed
update readme/comments
1 parent 74a257d commit a284be8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ Use docker-compose for installation:
99
docker compose -f docker/docker-compose.yml build
1010
docker compose -f docker/docker-compose.yml run --rm --service-ports --entrypoint sh actinia-cloudevent
1111
# within docker
12-
# TODO: FIX
13-
# gunicorn.errors.HaltServer: <HaltServer 'App failed to load.' 4>
1412
gunicorn -b 0.0.0.0:5000 -w 8 --access-logfile=- -k gthread actinia_cloudevent_plugin.main:flask_app
1513
```
1614

@@ -42,7 +40,7 @@ docker compose -f docker/docker-compose-dev.yml up -d
4240

4341
## Requesting endpoint
4442

45-
**Note**: Assuming cloudevent-plugin is running as described in previous DEV setup.
43+
**Note**: Assuming cloudevent-plugin is running as described in previous setup.
4644

4745
You can test the plugin and request the `/` endpoint, e.g. with:
4846
```bash

tests_with_cloudevent_receiver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ fi
2020

2121
TEST_RES=$?
2222

23-
# TODO!: stop cloud event receiver server
23+
# TODO: stop cloud event receiver server
2424

2525
return $TEST_RES

0 commit comments

Comments
 (0)