David Ortiz

Results 36 issues of David Ortiz

I'm getting warnings like `nginx: [warn] conflicting server name "_" on 0.0.0.0:1984, ignored`. I see that the builds on Travis show the same kind of errors. This started happening recently.

There is a test that has been marked as `pending` for a while now. We should decide whether to fix it and keep it, or just drop it if it's...

[The existing examples](https://github.com/3scale/apicast/tree/aff4782f4a128ec618199708a5f5144cc44b46d5/examples/custom-module) need to be adapted.

Twemproxy is no longer maintained and Envoy can act as a Redis proxy: https://www.envoyproxy.io/docs/envoy/v1.13.0/api-v2/config/filter/network/redis_proxy/v2/redis_proxy.proto I tried to pass the test container by simply stopping Twemproxy and starting an Envoy with...

We can't do this yet, but when possible, we should drop support for Ruby 2.4. After that, we'll be able to update some gems like the async ones.

We should group the jobs and use Redis pipelining here: https://github.com/3scale/apisonator/blob/ea235743c72e9365926c4bfea08bc13df56cd4b7/lib/3scale/backend/transactor/notify_batcher.rb#L104

I don't think it's used anywhere. We probably forgot to delete it when we removed the "end-users" feature.

In some environments, that's done using a Redis exporter. However, that's not available in some setups. For that reason, it'd be nice if the Apisonator workers exposed the queue sizes...

We should delete the SAAS env. There are no differences any more. In the process, we should also unify all the dependencies under a single Gemfile and reorganize the Rake...

These are some ideas that we have discussed in the past to improve the processing of background jobs: - Evaluate Sidekiq as a replacement for Resque. - Implement a way...