Alexander Dicke

Results 7 issues of Alexander Dicke

To use `pip-licenses` for automated license checks it would be helpful to add a feature that allows to load the configuration from a toml-file. However, this would require another dependency,...

# Checklist - [x] I have checked the [issues list](https://github.com/celery/celery/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22Issue+Type%3A+Feature+Request%22+) for similar or identical feature requests. - [x] I have checked the [pull requests list](https://github.com/celery/celery/pulls?utf8=%E2%9C%93&q=is%3Apr+label%3A%22PR+Type%3A+Feature%22+) for existing proposed implementations of...

Issue Type: Feature Request

`redis.asyncio.client.Redis.close` has been deprecated in Version `5.0.1` of `redis`. Therefore, `RedisConnection.close` now uses `redis.asyncio.client.Redis.aclose` whenever possible. To ensure backwards compatibility, `close` is still used if `aclose` is not available. More...

- Adds script to copy rawScripts to be used by the python package - Simplify setting up the python tests - `redis-cli` not needed in order to cleanup `redis` before...

At the moment, the python library has no logging. Errors are simply printed to stdout (e.g. [here](https://github.com/taskforcesh/bullmq/blob/2dd3709fe3b638f2ff13851fc9ff4dc81c4bfe94/python/bullmq/worker.py#L203) or [here](https://github.com/taskforcesh/bullmq/blob/2dd3709fe3b638f2ff13851fc9ff4dc81c4bfe94/python/bullmq/timer.py#L21)). This makes it very difficult to monitor an application that uses...