Skip to content
#

sqs

Here are 709 public repositories matching this topic...

Brighter
k8s-worker-pod-autoscaler
alok87
alok87 commented Mar 2, 2020

We have often see developer telling us the problems going on with WPA and then the first way to debug the issue is by going through WPA kubernetes logs for the queue to find what is going on. We should logs events for all the important thing that goes on with the WPA object.

Reasons:

  1. Easy to debug.
  2. Developer who does have access to wpa logs but has access to their WPA object can tro
enhancement good first issue

This plugin provides native AWS instrumentation for monitoring and metrics collection, including: health and metrics for various AWS services, such as EC2, RDS, ELB, and more, as well as handlers for EC2, SES, and SNS.

  • Updated Apr 14, 2022
  • Ruby
paualarco
paualarco commented Jan 2, 2021

Additionally, it would be good if we could reuse the ReplaceOneModel and UpdateOneModel from the sink signatures,
where currently they are expecting a Tuple2[Bson, Bson] for the updates, and a Tuple2[Bson, Document], we could create a case class respectively to wrap those values in a more idiomatic way.
i.e

case class ReplaceOne[Doc](filter: Bson, replacement: Doc) {
 def to
good first issue mongodb

Improve this page

Add a description, image, and links to the sqs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sqs topic, visit your repo's landing page and select "manage topics."

Learn more