Hello.
I have tried subscriptions as it is described in this blog https://octopus.com/blog/subscriptions.
Octopus version: 2018.7.7
My test project consists from one step and subscription is configured for 3 categiries “Deployment started”, “Deployment succeeded”, “Deployment failed”.
As a result notifications comes in wrong order: “DeploymentSucceeded” first, then “DeploymentStarted”.
According to log “Process subscription” task processes events descending to its ids:
| Success: Process subscriptions 21:26:12 Verbose | ‘Test’ webhook https://hooks.zapier.com/hooks/catch/3646207/gl7wgf/ (Events-10147) succeeded. 21:26:13 Verbose | ‘Test’ webhook https://hooks.zapier.com/hooks/catch/3646207/gl7wgf/ (Events-10146) succeeded. 21:26:13 Info | ‘Test’ processed webhook notifications… [ 2 ] 21:26:13 Info | ‘Test’ successfully finished processing. |
Is there any posibility to receive notifications in right order?