Daniel Fenert
Daniel Fenert
Until now it's the only one that makes problems, my example value (dump by spew): ``` ([]interface {})[ (amqp.Table)map[ time:(time.Time)2019-04-16 18:50:19 +0000 UTC count:(int64)642 exchange:(string)TEST.E.Fanout.xxx.Worker.DL queue:(string)TEST.Q.xxx.Worker.DL reason:(string)expired routing-keys:([]interface {})[(string)TEST.Q.xxx.Worker] ]...
OK, custom marshaler works for me, thanks. But nevertheless watermill shouldn't fail on standard headers ;)
clarifying 3: 1. normal headers will be strings like currently 2. complex types will be _gob'ed_ and key will be something like: `x-death__gob`? If you mean something like that, I...
I've also found another workaround - switching queue-mode from `normal` to `lazy` for queues that were causing problems solved the issue for me.
I'm experiencing the same issue 5-10 times a day: I'm creating user in the beginning of test. This user is later used for running tests - and every time `impersonation`...
I am creating all my infrastructure from `terraform`, this includes Octopus projects, AWS infrastructure, service deployments. I'd like to use [Update Amazon ECS Service](https://octopus.com/docs/deployments/aws/ecs-update-service) step to update service deployments. My...
If it's possible for 3.10, I'd very happy :)