Charles Chan

Results 8 comments of Charles Chan

@Mistobaan: yes. `suite.T().Skip()` will skip only the current test method. (workaround until the feature is implemented)

You can add a lock to prevent multiple instances of beat from running in parallel. Also see https://blog.heroku.com/redbeat-celery-beat-scheduler: > Finally, we added a simple lock that prevents multiple Beat daemons...

Is JSI available on Maven central? I tried to add the following ``` net.sourceforge.jsi jsi 1.1.0-SNAPSHOT ``` Also, I was unable to find any artifacts when I search for "jsi"...

I am not sure if this is the same request, but I would like to see support for serf's [query](https://www.serfdom.io/docs/commands/query.html) command. It would be nice to be able to send...

I was able to install the latest using the following command without error: `pip install git+https://github.com/YavorPaunov/deepstreampy` However, when I use the client, the `deepstreampy.message` submodule is not found ``` Traceback...

Since PR#2 has been merged. Can someone try this again and see if this issue can be closed? Thanks.

Any updates on this, checking to see if this might be added to pydantic v2 in the near future? (or possibly for consideration into v3), especially looking for > 1....

also a problem in 2.0.12 ``` /go/pkg/mod/github.com/!richard!knop/machinery/[email protected]/locks/redis/redis.go:67:19: r.rclient.Context undefined (type "github.com/redis/go-redis/v9".UniversalClient has no field or method Context) ```