Lawrence Ong

Results 14 comments of Lawrence Ong

For those a bit lost looking for how to set up AWS SSO, see: https://aws.amazon.com/blogs/security/how-to-use-g-suite-as-external-identity-provider-aws-sso/ https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.html

@pcorpet The question is probably more along the line of, if we use the example of `mongoengine` as per https://docs.mongoengine.org/guide/mongomock.html, it mentioned: ``` connect('mongoenginetest', host='mongomock://localhost') ``` The first parameter there...

Experiencing the same issue as well with version `1.0.5`. The consumer lag graph showing up as: ![image](https://user-images.githubusercontent.com/7787364/69005060-701a9980-0970-11ea-9f04-523ae045e81a.png) We are using `commit-refresh-interval = 10m`.

@seglo I'm seeing messages processed again and again based on the graph. Yes, understood that commit refreshing is disabled by default. We purposely enabled it, hence the problem. The Kafka...

We are using `pubsub` as well and encountered a similar error. It does not seem to affect usability, so did not have to add a retry. However, we get the...

@manuel-koch RE the missing default, as a workaround, it's also possible to do: ``` MyDocument.objects({"foo":"Hello"}).upsert_one(foo="World", set_on_insert__version=1) ```

Anyone managed to solve this problem?

From what I can see in the code, exponential backoff is not yet implemented. This is what's required to fix it once and for all. Of course, reducing the number...

See: https://github.com/mitchellh/vagrant-aws/issues/483

@jiaaro Any chance you can make a new release? Thanks in advance!