-
Notifications
You must be signed in to change notification settings - Fork 9
Description
I've gone through the full setup of and have gnunicorn launched, slack slash command setup, etc... I see the feed driving notices into the ph_slack app, but then I never see anything in slack:
bin/gunicorn -w 4 -b 0.0.0.0:5000 'ph_slack:app' --log-file - --access-logfile -
[2015-07-13 17:02:48 +0000] [8461] [INFO] Starting gunicorn 19.3.0
[2015-07-13 17:02:48 +0000] [8461] [INFO] Listening at: http://0.0.0.0:5000 (8461)
[2015-07-13 17:02:48 +0000] [8461] [INFO] Using worker: sync
[2015-07-13 17:02:48 +0000] [8466] [INFO] Booting worker with pid: 8466
[2015-07-13 17:02:48 +0000] [8467] [INFO] Booting worker with pid: 8467
[2015-07-13 17:02:48 +0000] [8472] [INFO] Booting worker with pid: 8472
[2015-07-13 17:02:48 +0000] [8473] [INFO] Booting worker with pid: 8473
Got story #110 on #PHID-TASK-jkhao6kqfzkhe5lhe76c: colby created T16: TESTTESTTES.
Refreshing slack members.
18.85.45.198 - - [13/Jul/2015:17:03:06 -0400] "POST /handle HTTP/1.1" 200 7 "-" "-"
Got story #111 on #PHID-TASK-sp4ipovskpnsecprlflb: colby created T17: TESTESTSETESTEST.
18.85.45.198 - - [13/Jul/2015:17:04:30 -0400] "POST /handle HTTP/1.1" 200 7 "-" "-"
^C[2015-07-13 17:06:22 +0000] [8461] [INFO] Handling signal: int
Any suggestions?