Jordan

Results 16 comments of Jordan

I know this is an old thread but maybe this will help someone like me who found it when trying to handle disconnects. This solution does not work because the...

Is there potential for this to get merged sometime soon?

> What's your use case for it? @sagikazarmark I want to provide my customers with a way to configure their own connectors through a web interface. If there is another...

@caiwl Thank you for the detailed and prompt response. I really appreciate it. My comment on the slack community was only because when I clicked the link on the website...

@stevecj how did you solve the problem? I am experiencing this as well. All of my tasks are shared tasks, however the ones that are causing this are being autodiscovered...

On further investigation, this is not crashing celery and I am not sure that I am experiencing the exact same issue. Here's a stack trace in case anyone thinks otherwise:...

@carlosmn Any reason this was never added/addressed ?

This seems to happen when a file event comes in after `Close()` has been called

There is at least one deadlock going on here. When `Close()` is called, if events are still being published, `Close()` is trying to obtain a lock (https://github.com/radovskyb/watcher/blob/master/watcher.go#L702) but an event...

Instead of introducing a new key (`regex_paths`) I think it would be nice to add some consistency to the apis and use `StringMatch` like in `VirtualService` and `Gateway`. ie: ```...