#
reliability
Here are 155 public repositories matching this topic...
A curated list of Site Reliability and Production Engineering resources.
devops
availability
list
awesome
monitoring
reliability-engineering
incident-response
site-reliability-engineering
production
post-mortem
capacity-planning
service-level-agreement
scalability
reliability
alerting
on-call
awesome-list
sre
postmortem
site-reliability
-
Updated
Apr 10, 2021
Compilation of public failure/horror stories related to Kubernetes
-
Updated
Aug 23, 2020 - HTML
A curated collection of publicly available resources on how technology and tech-savvy organizations around the world practice Site Reliability Engineering (SRE)
devops
monitoring
best-practices
incident-response
site-reliability-engineering
post-mortem
reliability
alerting
on-call
dev-ops
sre
observability
incident-management
chaos-engineering
sre-team
sre-teams
sre-culture
sre-classroom
-
Updated
Mar 24, 2021 - JavaScript
russmiles
commented
Nov 5, 2019
Currently this will work:
"method": [
{
"name": "send-invalid-request",
"type": "action",
"provider": {
"type": "process",
"path": "echo",
"arguments": "${request_file}"
}
}
]
But this won't:
"method": [
{
"name": "send-invalid-
Open
Unit test cases.
9
r0hi7
opened
Jun 9, 2020
A framework for rapid development of reliable asynchronous software.
-
Updated
Nov 4, 2020 - C#
An always-on framework that performs end-to-end functional network testing for reachability, latency, and packet loss
cloud
networking
monitoring
latency
reliability
standalone
data-center
reachability
network-monitoring
packet-loss
arachne
-
Updated
Jun 28, 2019 - Go
A curated list of Site Reliability and Production Engineering Tools
devops
availability
list
awesome
monitoring
reliability-engineering
site-reliability-engineering
production
post-mortem
service-level-agreement
reliability
awesome-list
sre
devops-tools
service-level-objective
incident-management
postmortem
monitoring-tools
service-level-monitoring
incident-responce
-
Updated
Feb 17, 2021
Notes on Site Reliability Engineering. Leave a 🌟 if you found this useful!
-
Updated
Oct 31, 2019
Simple, Erlang-inspired fault-tolerance framework for Rust Futures.
rust
async
asynchronous
fault-tolerance
reliability
recovery
async-await
erlang-otp
fault-detection
reliability-backplane
-
Updated
Aug 24, 2020 - Rust
A component-based OS
-
Updated
Mar 18, 2021 - C++
Uncertainty treatment library
python
optimization
reliability
metamodel
probability-distribution
data-analysis
stochastic-process
sensitivity
uncertainty-quantification
-
Updated
Apr 13, 2021 - C++
PowerShell scripts to ensure consistent and reliable build quality and configuration for your servers
verify
quality
qa
automation
consistency
powershell
reliability
configuration
ps1
compliance
winrm
reliable
checks
qa-checks
service-acceptance
gold-image
powershell-qa-scripts
-
Updated
Jun 18, 2018 - PowerShell
Let's Make DNS Outage Suck Less
-
Updated
Jul 24, 2019 - Shell
A curated list of awesome Site Reliability and Production Engineering resources.
devops
availability
awesome
monitoring
reliability-engineering
incident-response
site-reliability-engineering
production
post-mortem
capacity-planning
service-level-agreement
scalability
reliability
alerting
on-call
awesome-list
sre
observability
postmortem
site-reliability
-
Updated
May 6, 2018
Open
Message inspection
GregUtas
commented
Nov 5, 2017
Implement Message.InspectMsg and suitable overrides. This function should be invoked when a message is sent, but only when a debug flag is enabled in a lab load. Its purpose is to verify that the message
- belongs to a valid protocol
- matches its PSM's protocol (if sent by a PSM)
- has a valid signal for its protocol
- contains all parameters that are mandatory for its signal
- contains
RNL - Realtime Network Library - The opensource reliable UDP network library
lazarus
delphi
games
real-time
encryption
server
udp
peer-to-peer
realtime
reliability
freepascal
game-server
reliable-packets
reliable
crossplatform
reliable-messages
reliable-protocol
object-pascal
game-client
reliable-udp
-
Updated
Jul 11, 2020 - Pascal
dastergon
commented
Jun 2, 2018
Although it's not a high priority, we could get a more fancy and modern wheel.
Portable, independent, web-based, simple streaming YouTube video queues and playlists for music videos, audiobooks, etc.
javascript
android
music
playlist
youtube
web
video
stream
reliability
youtube-playlist
youtube-player
youtube-video-queue
-
Updated
Apr 12, 2021 - JavaScript
Transactional power-failsafe filesystem for microcontrollers
microcontroller
embedded
filesystem
reliability
mbed
freertos
transactional
failsafe
compact
misra
data-integrity
mqx
amazon-freertos
reliance-edge
-
Updated
Feb 18, 2021 - C
Reliable distributed agreement service for the cloud
-
Updated
May 10, 2017 - Go
Fast computation of the Krippendorff's alpha agreement measure in Python.
reliability
units
alpha
agreement
values
coders
inter-annotator-agreement
reliability-rating
krippendorff
-
Updated
Jan 27, 2021 - Python
Guardian of Kubernetes and OpenShift Clusters
kubernetes
monitoring
openshift
health-check
scalability
reliability
watcher
performance-testing
component-failures
-
Updated
Apr 1, 2021 - Python
CS654A-IITK. System Design Bytes for Software Enthusiasts❤️ . How is modern software designed? 🤔 Some design-level considerations for scalability, maintainability eventual consistency, availability & reliability. 👨💻 👨💻
youtube
facebook
architecture
scalability
reliability
interview
whatsapp
toc
ood
interview-preparation
system-design
eventual-consistency
interview-tips
-
Updated
Apr 6, 2021
A pub-sub system for the distributed web - my master thesis @ IST
-
Updated
Aug 4, 2020 - TeX
A complete list of all the ways a Client and Server communicate with each other in JavaScript and Node.
javascript
xhr
http
xmlhttprequest
performance
sockets
websocket
http2
reliability
http-client
sse
streams
transport
http-server
protocols
server-communication
streams-api
-
Updated
Dec 20, 2017 - JavaScript
OpenCossan is an open and free toolbox for uncertainty quantification and management.
-
Updated
Feb 16, 2021 - MATLAB
Main repository of the Vigor NF verification project.
-
Updated
Mar 6, 2021 - C
Improve this page
Add a description, image, and links to the reliability topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the reliability topic, visit your repo's landing page and select "manage topics."


EntranceNode和DefaultNode构建的invocation tree 会一直存在内存中,因此如果资源大于默认2000,将无法再进行限流。
这一块虽然没有那么重要,但是可以采用这种优化
另外MAX_CONTEXT_NAME_SIZE也可以考虑提供出来供使用者调节。
这样处理在正常情况下应该对性能不会有什么影响,因为一般没有那么多资源限流。而如果真正遇到了需要限流的资源太多,也能够进行处理,而不是直接报错。不过那种场景可能会导致频繁new EntranceNode。而这也可以通过调节MAX_CONTEXT_NAME_SIZE来达到平衡。
_Originally p