Circuit Breaker
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-10.)
Circuit Breaker has 6 facts recorded in Dontopedia across 2 references, with 1 live disagreement.
Mostly:rdf:type(2), decorates(1), default state(1)
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-10.)
Circuit Breaker has 6 facts recorded in Dontopedia across 2 references, with 1 live disagreement.
Mostly:rdf:type(2), decorates(1), default state(1)
hasMethodhasDefaultOther subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. “X motherOf this subject” — and answer questions the forward facts can't. Grouped by predicate.
methodOfMethod of(2)ex:circuit_breaker_is_openex:circuit_breaker_record_successdecoratedByDecorated by(1)ex:expand_synonymshasDecoratorHas Decorator(1)ex:expand_synonymshasParameterHas Parameter(1)ex:expand_synonymsoptionalParameterOptional Parameter(1)ex:expand_synonymsusesUses(1)ex:expand_synonymsTimeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
doc:beam/1302250b-89ce-41d7-bbb0-2e26fd4c484aREQUEST_TIME = Summary('request_processing_seconds', 'Time spent processing request') @circuit_breaker @REQUEST_TIME.time() def expand_synonyms(term): try: response = requests.get(f"https://example.com/synonyms/{term}") …
doc:beam/9858a57f-530f-48c1-ae3f-281aea958ec5if time.time() - self.last_failure_time > self.reset_timeout: self.reset() return False return True return False def record_success(self): self.failure_count = 0 …
Dontopedia is in a read-only public launch. Follow the references and disputed branches now; contributions will open after durable identity and moderation are in place.