Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markers not being captured on deployment to Pantheon LIVE environment #199

Open
awilliams1275 opened this issue Sep 17, 2024 · 0 comments
Open

Comments

@awilliams1275
Copy link

The deployment markers successfully worked only once in my TEST environment; my charts display the deployment marker for the first deploy, but not for subsequent deploys. It is not working at all in the LIVE environment; charts do not display the deployment markers.

The "terminus workflow:watch posittest" returns the incorrect START date/time for the LIVE deployments. (The TEST and DEV deployments show the correct date/time)

Log data from the workflow watch is below:

Started 2e96a9c2-71ee-11ef-bc4a-2e2f7898ac40 Deploy code to "live" (live) at 1970-01-01 00:00:00
[notice] Finished workflow 2e96a9c2-71ee-11ef-bc4a-2e2f7898ac40 Deploy code to "live" (live) at 2024-09-13 16:36:14
[notice] ------ Operation: Log to New Relic finished in 4s (live) ------

Logging deployment in New Relic App 1538869483...
Sending: {"deployment":{"revision":"pantheon_live_12","changelog":"pantheon_live_12 deploy to live","description":"Deploy to environment triggered via Pantheon","user":"andrew.williams@posit.co ("mailto:andrew.williams@posit.co")"}}
Running: curl -X POST 'https://api.newrelic.com/v2/applications/1538869483/deployments.json ("[https://api.newrelic.com/v2/applications/1538869483/deployments.json](https://api.newrelic.com/v2/applications/1538869483/deployments.json%5C)")' -H 'X-Api-Key: NRAK-7ARL15EG18IEFH5Y6VE0OQ8IJJT' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"deployment":{"revision":"pantheon_live_12","changelog":"pantheon_live_12 deploy to live","description":"Deploy to environment triggered via Pantheon","user":"andrew.williams@posit.co ("mailto:andrew.williams@posit.co")"}}'
{"error":{"title":"Internal Server Error}}
Done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant