Skip to content

feat: add jitter option to throttle function (#26) #99

feat: add jitter option to throttle function (#26)

feat: add jitter option to throttle function (#26) #99

Triggered via push December 13, 2023 19:13
Status Success
Total duration 1m 11s
Artifacts

ci.yaml

on: push
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Test (Elixir 1.15 OTP 26)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
Test (Elixir 1.15 OTP 26)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Test (Elixir 1.15 OTP 26)
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead