Bogdan Popa

Results 156 comments of Bogdan Popa
trafficstars

I don't think nacking here is the right solution, since that would cause the same message to be redelivered later by the Redis and RMQ backends.

I think this is a good idea and a PR would be appreciated.

I think the request here has been covered so I'm going to close this for now. If someone wants to extend the other places where we could use timedeltas, feel...

Hi @JetDrag, I'll try to review this PR sometime around the end of next week.

I see both my comments were marked as resolved, but they don't seem to be addressed?

The suggestion in https://github.com/Bogdanp/dramatiq/pull/556/files#r1334929506 still doesn't seem to be addressed. The idea is to avoid adding a `strict` argument, and instead make `ensure` take `True`, `False` or `"strict"`.

Let's use the mailing list for questions and discussion.

I think this is a good idea and that it would make sense for something like that to exist in this package. The types of `parseModule` and `parse` could then...

Try removing the containers and then the volume: ``` docker-compose stop \ && docker-compose rm \ && docker volume rm example_nemea-pg-data \ && docker-compose build ``` And then see if...

Thanks for the workaround! I can confirm it works for my use case.