antarasevich commented on issue #5207:
URL: 
https://github.com/apache/incubator-devlake/issues/5207#issuecomment-4335010280

   @rbstp 
   
   Could you please check fix  [#8861 
](https://github.com/apache/incubator-devlake/pull/8861)
   in my response from ArgoCD API  : 
   
   in history
   `{
                   "revision": "fc82b261274902c5db5764280a5e37fa205124d5",
                   **"deployedAt": "2026-04-16T09:02:16Z",**
                   "id": 30,
                   "source": {
                       "repoURL": "some repo",
                       "path": "some path",
                       "targetRevision": "master",
                       "helm": {
                           "valueFiles": [
                               "values.yaml",
                               "../common-values.yaml",
                               "../hal/app-of-apps/values.yaml"
                           ]
                       }
                   },
                   "deployStartedAt": "2026-04-16T09:02:15Z"
               }`
   
   while operational State is 
   `"phase": "Succeeded",
    "revision": "fc82b261274902c5db5764280a5e37fa205124d5",
   **"startedAt": "2026-04-16T09:02:15Z",**
   "finishedAt": "2026-04-16T09:02:16Z"
   `
   it produces  2 deployments with 1 sec difference . Items from History aare 
processed be deployedAt. while operationalState item is processed by  startedAt
   
   it is proposed in fix - to skip operationalState if it is Succeeded because 
it reflects info from the last sync


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to