Vlad Vladov
Vlad Vladov

Sometimes we have unreadable hints like on screenshot below. Need to implement collapsable hints, fortunately, such support is available in Plugin SDK 
Sometimes we get unexpected error when overflow recursion limit, need to research and catch this error
# 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. -...
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...
### 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...
**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...
## What is this PR about? Add pre\post deploy hooks for a service. Still in draft tho ## Checklist Before submitting this PR, please make sure that: - [x] You...
## What is this PR about? Allow multiple admins (have same permissions as owner for most things, but it's basically "Admin" in UI) There should be discussion should admins have...