Randall Leeds

Results 33 issues of Randall Leeds

The chown in /start can take time and messes with the consistency of things like the dokku checks timeouts. My understanding is that it's necessary in case something else (like...

In #14 you mention the library could use some love, or even a rewrite. It would be helpful to have some if the problems enumerated somewhere so that potential contributors...

2 - Working

- Add logging at error level for abnormal worker exit codes. - Make arbiter shutdown log at error level for abnormal exits.

Spec: https://wicg.github.io/ScrollToTextFragment/#parsing-the-fragment-directive

proposal

With f3ac43007d38b7dd2a94ce3c2f0d2cf498f91e9b, `yarn workspaces focus` is run regardless of the result of `HasYarnWorkspacePlugin`, which will fail when the workspaces plugin is absent. This is a regression from the behavior before...

Extending discussion from #927, it would be good if, for R20, we can take a firm stance on whether gevent/eventlet are supported with the preload option. This evaluation will probably...

Feature/Worker
Feature/Config

Issues like #1405 demonstrate that having statsd instrumentation built on top of the logging handlers means instrumentation and logging are coupled. Some have found this coupling surprising. I would like...

Improvement
Feature/Logging
help wanted

Refactor socket creation to remove the socket wrapper classes so that these objects have less surprising behavior when used in worker hooks, worker classes, and custom applications. Close #3013.

Improvement
Feature/Core

Handle SIGCHLD like every other signal, waking up the arbiter and handling the signal in the main loop rather than in the signal handler. Take special care to reinstall the...

Feature/Core

Replace the reloader with a reloader based on the watchdog package. This new reloader should work on all the platforms. Most popular platforms use an underlying event system like inotify...

Feedback Requested
Feature/Reload