simsicon
simsicon
I think I got it is a convention for naming after reading [PEP0440](https://www.python.org/dev/peps/pep-0440/#id46), but shouldn't it change the package version as well? It will break some dependencies when another package...
I can confirm this pr can fix the issue. can reviewers try to review it again?
I second that, no need to create table, a simple ssh task type will do this feature.
I am using 4.0RC4 but I am still experiencing this bug, is there a quick fix?
I ended it up with a monkey patch: ```python # Monkey Patch for https://github.com/celery/celery/issues/5142 from kombu.utils.url import maybe_sanitize_url, as_url from celery.backends.redis import RedisBackend def as_uri(self, include_password=False): if not self.url: return...
> Yeah, I think the code just assumes a very specific and strict connection URL, and the schema (specially in cluster) is different. In my case, it's not redis sentinel,...
> We need more information about the volume to understand the current state of the volume. Can you past the output of: > > * `kubectl get volumes.longhorn.io pvc-3cc715b2-aaa2-4c1d-a788-ffc71905874c -o...
> Can you manually try to salvage the volume by: > > 1. Make sure the node `node1 ` and the disk `/data/longhorn` are schedulable > 2. Scale down the...
> Can you go to Longhorn UI -> click on node tap -> take a screenshot and post it here. > > The log message `Message: the disk default-disk-7f5c98b5a858e751(/data/longhorn) on...
> kubectl get nodes.longhorn.io node1 -n longhorn-system -o yaml apiVersion: longhorn.io/v1beta1 kind: Node metadata: creationTimestamp: "2022-03-01T07:41:00Z" finalizers: - longhorn.io generation: 14 name: node1 namespace: longhorn-system resourceVersion: "64222787" uid: 3f3c1355-f697-4ab2-af7b-c8df523ca12c spec:...