Jimmy Praet

Results 76 comments of Jimmy Praet

Perhaps this one is related? https://github.com/go-gitea/gitea/pull/29706

Yes, exact search seems to be working fine, hence https://github.com/go-gitea/gitea/issues/31565#issuecomment-2333563036.

I want to raise some attention to this issue @go-gitea/maintainers, as it causes OOM crashes of gitea instance.

All valid points. At CBSS we are currently still on the fence about whether or not we will implement such dynamic timeout propagation solution, as it is indeed quite complex....

Some frameworks that support timeout / deadline propagation: * [gRPC (Google)](https://grpc.io/docs/guides/deadlines/) * [Finagle (Twitter)](https://twitter.github.io/finagle/docs/com/twitter/finagle/service/TimeoutFilter$$PropagateDeadlines.html) * [Apache Dubbo](https://cn.dubbo.apache.org/en/overview/mannual/java-sdk/tasks/framework/timeout/#deadline-mechanism) * [Userver](https://userver.tech/d6/d64/md_en_2userver_2deadline__propagation.html) * [Envoy](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/router_filter#x-envoy-upstream-rq-timeout-ms) * [Linkerd](https://linkerd.io/2-edge/features/retries-and-timeouts/#per-request-policies) Some articles on the subject: * [Context...

Probably also best to setup dependabot then, so the validator plugin version is kept up-to-date.

Besides the "rejected insert because of duplicate key" and "rejected delete because of foreign key constraint", another potential common 409 Conflict scenario is a "rejected update because of optimistic locking"....

@pvdbosch could you update this issue to clarify about the note in [Meeting 2025-03-28](https://github.com/belgif/rest-guide/wiki/rest-design-meetings#meeting-2025-03-28): _"Note: [#217](https://github.com/belgif/rest-guide/issues/217) Representing operation can not be executed due to resource state (409) - didn't need...

You don't agree with my earlier remark that HTTP 409 would benefit from standardized problem / issue type? > In my opinion, as these were deemed "important" enough to deserve...

@pvdbosch Do you agree with adding the organizations to the REST guide in this manner? In https://github.com/belgif/rest-guide/discussions/183 I had first proposed to place them in a wiki. But if the...