-
This is a migration of https://github.com/elementary/screenshot-tool/issues/30
After taking a screenshot, Gala should send a persistent notification using the screenshot preview as the notification…
-
As of Kombu '3.0.21', following official example code does not work:
```
"""
Example producer that sends a single message and exits.
You can use `complete_receive.py` to receive the me…
-
Here's a quick log of what I'm seeing. It appears that if there are incoming messages around the time a clean disconnect is requested the reconnect logic kicks in. Can you confirm if this is an issu…
-
I tried to persistent my messages with the persistent-Header, but instead of value=true i wrote value=1 which results in an processing error, without further information.
It would be great to supp…
-
I'm creating an aiohttp server that maintains a persistent client connection to the dask distributed scheduler.
Is there a way to hook into the client so I can know when the client has lost connect…
-
TL;DR - Proposal for an API to support launching expensive computations in Serve (e.g., model fine-tuning, long-running inference) using an asynchronous request API
## Problem statement
With the…
-
### Is your feature request related to a problem? Please describe
I'm handling the fallout of vminsert being restarted while all of the vmstorage nodes aren't quite finished starting up. That restart…
Red-M updated
2 months ago
-
This is not a showstopping issue, but in general, Arvo (along with its userspace) is a bit of a memory hog. There are multiple sub-issues here, and several things that could be done to address these …
-
As @kjvalencik points out in neon-bindings/neon#551 and neon-bindings/neon#552, the memory management model for `EventHandler` is still not safe: it's susceptible to leaks and races.
The problem is…
-
### Steps to reproduce
I've read somewhere in the issue queue:
> However, I can see the value in sharing an L1 if it's actually persistent and shareable, like SQLiteL1. In that case, you may want …