# apple-charts-entries-notifications-job

A job to send push messages for new additions to charts.

For tests run

```bash
$ make docker/test
```


Main environment variables:

REDIS_HOST - IP / URL of redis instance to get lock

MYSQL_DB_NAME - MySQL database name
MYSQL_DB_USER - MySQL user name
MYSQL_DB_PASS - MySQL password
MYSQL_DB_HOST - MySQL host URI

USER_DATA_HOST - User Data Api URI
USER_DATA_APIKEY - User Data Api authorization key

PUSH_NOTIFICATIONS_QUEUE - Queue to push messages to
