You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: