Jean-PhilippeD

Results 13 issues of Jean-PhilippeD

Hello, I'd like to use the $share features with rabbitmq broker. I've tried with the standard format `$share/my_group/my_topic/#` but when I publish a message to `my_topic/ ` my client does...

Hi, I explain the issue I encountered. I start uploading files in a directory, then while the first uploading is still in queue, I switch to another directory and I...

bug

Hello, I opened an issue on celery repo (https://github.com/celery/celery/issues/6617) The _last_run_at_ is saved in UTC in mongo but each time celery pick the task, it schedule it in UTC while...

**Is your feature request related to a problem? Please describe.** Yes and no. When user is asked to fill a password, the input is visible, I think either blank or...

Hi, Referencing this issue I opened : https://github.com/paramiko/paramiko/issues/2324 I tried a quick fix of` send() `command : ``` DEFAULT_MAX_PACKET_SIZE = 2**15 def send(self, send_string, newline=None): """Saves and sends the send...

Hello, I've opened this [issue ](https://github.com/kommitters/editorjs-undo/issues/242) regarding an issue while undoing. But I think I have a global problem because [toggle-blocks](https://github.com/kommitters/editorjs-toggle-block) and [dragdrop ](https://github.com/kommitters/editorjs-drag-drop) does not work neither. I use...

bug

Hello, It seems [Enum ](https://github.com/prometheus/client_python#enum) is not supported, or I'm using it the wrong way ?

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

Component: Celerybeat
Issue Type: Bug Report

### Precheck - [x] Do a quick search and make sure the bug has not been reported yet. - [ ] Please disclose security vulnerabilities privately at [[email protected]](mailto:[email protected]). - [x]...

⛑ Needs triage
🐞 Bug
📍 Work in progress

Hi, I got Race conditions errors, and sometimes, when I edit a schedule, bunch of other tasks are executed without respecting their schedules. Reading the code, I think it could...