Lukas Vojt

Results 8 issues of Lukas Vojt

Hey, I realized I did schedule jobs with wrong params. I'd like to clean all of them. I am able to delete scheduled jobs in django admin, but I would...

I am having problem when pushing new app with django-easy-timezones. Basicly, I need to call `manage.py collectstatic` to put files GeoLiteCityv6.dat and GeoLiteCity.dat to static directory. But when I run...

Hey, we are using custom checkers, as connexion suggests [here](https://connexion.readthedocs.io/en/latest/cookbook.html?highlight=%40draft4_format_checker#custom-type-format). For example, this is our currency checker: ``` @draft4_format_checker.checks("iso-4217") def validate_currency(to_validate: Optional[str]) -> bool: """Validation for iso-4217 currency.""" return to_validate...

### Are you up-to-date? yes ### Does Yahoo actually have the data? No ### Are you spamming Yahoo? No ### Still think it's a bug? Delete this default message and...

### Describe bug I can not reproduce on my local macbook, but on my hetzner server I see a lot of timeouts to fc.yahoo.com. I [found an issue](https://github.com/ranaroussi/yfinance/issues/1750) that says...

Hello, we were overloading memorystore (redis on GCP) instance and it seems it might be caused by `SMEMBERS` call in kombu. We use celery[pytest]==5.3.4 and kombu==5.3.2, but I believe it...

### Tracer Version(s) doesnt work on: - 2.20.0 - 2.19.3 - 2.17.5 - 2.15.4 - 2.14.7 - 2.13.2 - 2.12.4 - 2.11.8 - 2.10.7 ### Python Version(s) Python 3.11 ###...

bug

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

feature