File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ Use docker-compose for installation:
99docker compose -f docker/docker-compose.yml build
1010docker 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>
1412gunicorn -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
4745You can test the plugin and request the ` / ` endpoint, e.g. with:
4846``` bash
Original file line number Diff line number Diff line change 2020
2121TEST_RES=$?
2222
23- # TODO! : stop cloud event receiver server
23+ # TODO: stop cloud event receiver server
2424
2525return $TEST_RES
You can’t perform that action at this time.
0 commit comments