Auto-tools/Projects/Pulse actions: Difference between revisions
< Auto-tools | Projects
Jump to navigation
Jump to search
(Formatting and papertrail info) |
(Added information about credentials) |
||
Line 4: | Line 4: | ||
* Papertrail alerts sent to armenzg - https://papertrailapp.com/alerts | * Papertrail alerts sent to armenzg - https://papertrailapp.com/alerts | ||
** Memory issues: https://papertrailapp.com/groups/853883/events?q=pulse-actions.*mem | ** Memory issues: https://papertrailapp.com/groups/853883/events?q=pulse-actions.*mem | ||
= Credentials = | |||
For pulse_actions to work we need set these environment variables: | |||
* Buildapi - LDAP credentials (LDAP_PW/LDAP_USER) | |||
* TaskCluster - TaskCluster client credentials (TASKCLUSTER_CLIENT_ID/TASKCLUSTER_ACCESS_TOKEN) | |||
* Pulse - Pulse user credentials (PULSE_PW/PULSE_USER) | |||
* Papertrail - API Token (PAPERTRAIL_API_TOKEN) | |||
To run locally you will need to set all up as env variables. | |||
You won't need to add the Papertail token. |
Revision as of 14:49, 31 July 2015
- Source code: https://github.com/adusca/pulse_actions
- Running on: Heroku
- Logs on: https://papertrailapp.com/systems/pulse-actions/events
- Papertrail alerts sent to armenzg - https://papertrailapp.com/alerts
Credentials
For pulse_actions to work we need set these environment variables:
- Buildapi - LDAP credentials (LDAP_PW/LDAP_USER)
- TaskCluster - TaskCluster client credentials (TASKCLUSTER_CLIENT_ID/TASKCLUSTER_ACCESS_TOKEN)
- Pulse - Pulse user credentials (PULSE_PW/PULSE_USER)
- Papertrail - API Token (PAPERTRAIL_API_TOKEN)
To run locally you will need to set all up as env variables. You won't need to add the Papertail token.