Ashton Kemerling
Ashton Kemerling
First pass at creating a Retry mechanism for failsafe-rs. I took a stab at reusing the `StateMachine` functionality from the CircuitBreaker, and wasn't terribly impressed with the results. I'm curious...
Have you considered expanding this library to add other distributed reliability tools, like BulkHeads, RateLimiters, and Retry(s)? It would probably require a serious re-org to move all the stuff in...
I know this feature will probably be way in the future, but is there any plans to provide an ActiveRecord like schema migration and generation system? I know one of...
#### What were you doing? 1. Installed & Configured PSU Control w/ Home Assistant Plugin 2. Moved Smart Plug somewhere else & renamed it (ran out of them, had more...
I cannot get the Inspector to work in the slightest. I dropped a sample video in my root directory and did the following ``` ruby irb(main):002:0> system("ffmpeg -i ~/temp.mov") ffmpeg...
We use parameterized jobs to deploy services, and we are notified about their start/finish via Hipchat. Knowing what environment is being deployed to in Hipchat would make our life much...
``` Exception in thread "main" java.lang.ClassNotFoundException: com.google.common.collect.ImmutableList at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at clojure.lang.DynamicClassLoader.findClass(DynamicClassLoader.java:61) at java.lang.ClassLoader.loadClass(ClassLoader.java:425) at java.lang.ClassLoader.loadClass(ClassLoader.java:358) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:190) at cljs.closure$eval5$loading__4784__auto____6.invoke(closure.clj:9) at...
I am currently getting a panic in twilio-rs caused by some sort of issue on an Ubuntu based Heroku image. I've attached the relevant section of the stacktrace below. ```...
etcd-operator was deprecated two years ago, and does not seem to still work with newer versions of k8s. Installing gives me this error: ``` helm install stable/etcd-operator --generate-name WARNING: This...
With non-pullreq jobs triggered by polling or Github hooks, it is possible to restrict jobs to run only when commits occur in a specific directory, or to ignore (at least...