Added note about worker on heroku to readme
This commit is contained in:
parent
534f2cbd3e
commit
df6bd0f19e
@ -26,6 +26,10 @@ This is a bot that logs public Group Chats to a Postgres Database.
|
|||||||
```
|
```
|
||||||
- Run: `python model.py` to setup the DB tables.
|
- Run: `python model.py` to setup the DB tables.
|
||||||
|
|
||||||
## Running the bot
|
## Running the bot locally
|
||||||
- Run: `python bot.py` to start logger
|
- Run: `python bot.py` to start logger
|
||||||
- Messages will be displayed on `stdout` as they are logged.
|
- Messages will be displayed on `stdout` as they are logged.
|
||||||
|
|
||||||
|
## On Heroku
|
||||||
|
- You must enable the worker on Heroku app dashboard. (By default it is off.)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user