issues
search
connor4312
/
cockatiel
🐦 A resilience and fault-handling library. Supports Backoffs, Retries, Circuit Breakers, Timeouts, Bulkhead Isolation, and Fallbacks.
MIT License
1.59k
stars
50
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix: propagate abort reason in derived signals
#104
connor4312
closed
1 week ago
0
correct type predicates for errors
#103
jjdonov
closed
1 week ago
1
Add package exports and types field to `package.json`
#102
Mrtenz
opened
1 month ago
0
Custom abort signals throw TaskCancelledException without "reason"
#101
VentuzVictorPerez
closed
1 week ago
0
Incorrect type predicates for IsolatedCircuitError and TaskCancelledError
#100
jjdonov
closed
1 week ago
0
Signal reason not propagated in timeout cancellation
#99
cnoelle
closed
2 months ago
4
docs(timeout): `TaskCancelledError` never gets executed on Cooperative
#98
nagaozen
closed
3 months ago
1
feat: remove `as Error` type assertions
#97
ghost91-
opened
4 months ago
0
feat: implement dynamic behavior for halfOpenAfter
#96
ghost91-
closed
4 months ago
2
feat: provide attempt number to onRetry callback
#95
ghost91-
closed
4 months ago
1
Remove the neverAbortedSignal
#94
ghost91-
opened
4 months ago
2
Add a count based sliding window breaker
#93
ghost91-
closed
4 months ago
3
chore(deps-dev): bump braces from 3.0.2 to 3.0.3
#92
dependabot[bot]
closed
4 months ago
0
Circuit not going into half open state after duration
#91
AbiArya
closed
4 months ago
4
Retry Policy onRetry callback does not expose the attempt number
#90
vany0114
closed
4 months ago
1
Question: How can I share info between servers?
#89
Nikoms
closed
4 months ago
4
Add caching policy
#88
shdarrina
closed
8 months ago
1
Proposal: Consider removing casts to Error when catching
#87
PatrickShaw
opened
9 months ago
0
decorrelatedJitterGenerator returns NaN
#86
novemberborn
closed
6 months ago
3
`.execute` swallows the error?
#85
murbanowicz
closed
4 months ago
3
Exclude test files from package
#84
Gudahtt
closed
11 months ago
1
[Question] Execution prevented because the circuit breaker is open
#83
JobaDiniz
closed
11 months ago
11
fix: prevent abort listener leaks in TimeoutPolicy
#82
biggyspender
closed
4 months ago
4
TimeoutStrategy leaks listeners
#81
biggyspender
closed
4 months ago
1
Improve feature parity w/ Polly v8
#80
jitterbox
opened
1 year ago
1
chore: test with Nodejs 18 and 20 versions
#79
riosgabriel
closed
1 year ago
1
chore(deps-dev): bump @babel/traverse from 7.16.3 to 7.23.2
#78
dependabot[bot]
closed
1 year ago
0
Advice running unit tests (via node) that import files from this package
#77
derekdon
closed
1 year ago
4
Handle both error and return value of the function for retry policy
#76
pavansandeep2910
closed
1 year ago
1
#onGiveUp
#75
rvbabilonia
opened
1 year ago
4
Fix readme example
#74
lramos15
closed
1 year ago
0
Recovering from half-open state based on a success threshold
#73
kevkcc
opened
1 year ago
1
Request gets aborted after success when using Timeout
#72
tomvardasca
closed
1 year ago
2
Retry policy returns the last filtered result instead of throwing.
#71
ADIX7
closed
1 year ago
1
chore(deps): bump json5 from 2.2.0 to 2.2.3
#70
dependabot[bot]
closed
1 year ago
0
MaxListenersExceededWarning on wrap()
#69
yukha-dw
closed
1 year ago
5
Dynamic `halfOpenAfter` for circuit breakers
#68
nth-commit
closed
4 months ago
3
Support to NodeJS 14
#67
gtkatakura
closed
2 years ago
4
Cockatiel 3.0 ChangeLog and Notes
#66
jaredwray
closed
2 years ago
2
chore(deps): bump minimist from 1.2.5 to 1.2.6
#65
dependabot[bot]
closed
2 years ago
0
Issue With The Sampling Breaker
#64
aayush-agrawal
closed
2 years ago
1
Any plans to add Caching policy like in Polly?
#63
johnib
closed
2 years ago
3
AbortController is not defined
#62
xenoterracide
closed
2 years ago
4
provide access to wrapped policies
#61
xenoterracide
closed
2 years ago
1
[question] why might retry be retrying...
#60
xenoterracide
closed
2 years ago
0
Incompatible types for AbortSignal
#59
HonzaMac
closed
2 years ago
2
better retry API
#58
xenoterracide
closed
2 years ago
0
improve parameter name and consistency
#57
xenoterracide
closed
2 years ago
0
TimeoutPolicy.onTimeout not called with TimeoutPolicy.onFailure
#56
xenoterracide
closed
2 years ago
4
please consider changing CircuitState to contain strings instead of numbers
#55
xenoterracide
closed
2 years ago
1
Next