mv-python
mv-python
Technically you can offload this to different thread but you need also to understand all details what does it mean - e.g. 1. you need to handle blocked thread -...
@elfring thank you issue. Definitely make sense. PR is highly welcome.
I did not check the issue. I have two questions: 1. Can you provide reproducer for the issue? 2. Could you confirm that the issue is introduced by #1444?
@ticosax I am sorry I missed that celery is mentioning yaml as supported. In this case I won't be against adding it to kombu when it is optional. In this...
> do you think this is going in to the right direction regarding celery/celery#6925 ? I think @thedrow is best person for this question.
After latest release with tag beginning with "v" documentation is better but still partially broken: 1. **stable** is pointing to latest stable version but still there is message pointing to...
queue is declared in kombu here: https://github.com/celery/kombu/blob/db306b7983becbc43c3b423ca4d69ef0d9c2044e/kombu/entity.py#L625-L656 You can see that `channel.prepare_queue_arguments()` is needed it needs to be added to kombu/transport/redis.py - see the example in mongo implementation (basically the...
I have checked the unittest and they are running correctly - master and 5.1.0b1 tag - see below. The only failing unittest is caused by my setting of AWS region...
It seems that a lot of errors reported are caused by not installed libraries...
> OK. Which one in this case? Oh sorry on second look they are skipped: ``` SKIPPED [4] t/unit/asynchronous/aws/case.py:5: could not import 'boto3': No module named 'boto3' SKIPPED [1] t/unit/transport/test_SQS.py:21:...