Results 13 issues of eldad87

Hey, Using Sidekiq Web to delete enqueued jobs, lock remain active. Steps to reproduce: 1. Create a Job with `until_and_while_executing` 2. Enqueue job 3. Dequeue the job using Sidekiq Web...

Hi, Is there a good documentation that describes how to add oAuth & Scopes support? I went over the examples (a_bit_of_everything included) but I couldn't figure how its integrated to...

help wanted
documentation
good first issue

Provide an ability to deploy K3s into a running K8s (or a compliant alternative e.g. K3s itself) cluster. This approach can be used to create a multi-tenancy cluster and leverage...

feature

Hi, Its been a while now that I'm looking for a suitable solution, something that can validate my requests and return an informative response, something that I'll be able to...

Please provide documentation on how to utilize OAuth & Scopes with Kust. I noticed that you have several examples, but not clear explanation on it works: https://github.com/kubeshop/kusk-gateway/search?q=scopes

kind/feature
requires-discussion

Hi, I'm new to GraphQL, Relay etc. and it seems like a huge task to try and properly use your boilerplate. A small example of adding a new Model (e.g...

good-bug

Hi, I noticed that Gzip is applied to all requests. In some cases, we better off Gzip. For example, a very shot textual response with Gzip might get twice the...

Hi, We've been using different libraries to migrate our schema, recently we ran into issues while trying to apply some complex migrate logic. In ROR we wrote such logic using...

**Describe the problem/challenge you have** Running `kubectl build` within a K8s require a context ``` $ kubectl build -t hello-world -f Dockerfile . Error: no context is currently set, use...

**Describe the problem/challenge you have** Given a cluster with Buildkit installed, `buildkit-cli` will launches a new instance regardless. **Description of the solution you'd like** Provide an ability to use/connect an...