Vlad Vladov

Results 8 issues of Vlad Vladov

![telegram-cloud-photo-size-2-5368624986341884414-y](https://user-images.githubusercontent.com/29837527/196738024-c5b227bb-ac44-43aa-8874-cbfdc9a55844.jpg)

bug

Sometimes we have unreadable hints like on screenshot below. Need to implement collapsable hints, fortunately, such support is available in Plugin SDK ![telegram-cloud-photo-size-2-5373170844152479881-y](https://user-images.githubusercontent.com/29837527/197280416-8ed1eb42-224f-454a-8673-5a9d684ad1ed.jpg)

enhancement
in progress

Sometimes we get unexpected error when overflow recursion limit, need to research and catch this error

bug
research

# Checklist - [x] I have verified that the issue exists against the `main` branch of Celery. - [x] This has already been asked to the [discussions forum](https://github.com/celery/celery/discussions) first. -...

Issue Type: Bug Report
Component: Task Serialization

Close #2372 I've looked at code and decided to add the same wrapper to `send_task` as for `apply_async` because there is almost no difference besides `args` variable. And inside test...

Integration: Celery

### How do you use Sentry? Self-hosted/on-premise ### Version 1.30.0 ### Steps to Reproduce I execute tasks via `app.send_task(, kwarsg={...})` (where `app` is `Celery()` instance) because it's simpler for me...

Enhancement
Integration: Celery
Triaged

**Thanks for your work and the awesome tool** ❤️ ### Problem Some docstring formats support raise blocks for describing potential exceptions a function may throw. However, neither LSP (pyright) nor...

docstring
type-inference