dramatiq icon indicating copy to clipboard operation
dramatiq copied to clipboard

Add injections field to Actor and Message

Open AstraLuma opened this issue 3 years ago • 4 comments

This implements #389: provides a way for middleware to add keyword arguments that won't get serialized.

The way I set this up, caller arguments override message injections, which override actor injections.

This is deliberately meant to be a very minimal addition.

AstraLuma avatar Jun 10 '21 20:06 AstraLuma

@Bogdanp if these additions are acceptable, I'll happily write the documentation to go with.

AstraLuma avatar Jun 10 '21 20:06 AstraLuma

Any interest in reviewing this?

AstraLuma avatar Jul 29 '21 14:07 AstraLuma

Yes, but I don't have time right now and probably won't for a while. Sorry!

Bogdanp avatar Jul 30 '21 05:07 Bogdanp

I just updated to 1.12.0

AstraLuma avatar Oct 27 '21 15:10 AstraLuma