Skip to content
#

cdf

Here are 58 public repositories matching this topic...

ImJasonH
ImJasonH commented Oct 14, 2020

Currently we run one replica of the webhook deployment, which makes it a single point of failure in the event of a node outage. The job doesn't do anything that requires running as a single replica, so we should investigate running multiple replicas.

We can crib from Knative Serving, which configures:

  • [a HorizontalPodAutoscaler (HPA) to run 1-5 replicas based on CPU usage](https://github.com
rstoneback
rstoneback commented Jul 7, 2018

Random number functions work best when they generate many numbers are once, which isn't always convenient. Python generators offer a solution to this, but they aren't conveniently carried around. Create two random number generator functions, one normally distributed, the other in a top hat distribution, and attach them to the pysat object at instantiation.

Plan:
- Create random number gene

Improve this page

Add a description, image, and links to the cdf 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 cdf topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.