Andrew Charneski
Andrew Charneski
Our organization uses AWS EC2 autoscaling groups for our Azkaban execution cluster, and we have implemented a way of leveraging the “scale-in protection” feature so that we can scale down...
See also: https://github.com/azkaban/azkaban/pull/2947 Our organization uses AWS EC2 autoscaling groups for our Azkaban execution cluster, and we have implemented a way of leveraging the “scale-in protection” feature so that we...
This is an enhancement to the executor page (e.g. `http://azkaban/executor`) to view details specific to a single executor (e.g. via `http://azkaban/executor?worker=29`) which is useful for example when investigating what happens...
An enhancement to the executor page (e.g. `http://azkaban/executor`) to view details specific to a single executor (e.g. via `http://azkaban/executor?worker=29`) would be useful for example when investigating what happens when an...
See also https://github.com/azkaban/azkaban/issues/2943 While performing load testing involving many scheduled flows executing simultaneously in a setup with multiple executors, one issue we discovered was some executors were nearly always failing...
While performing load testing involving many scheduled flows executing simultaneously in a setup with multiple executors, one issue we discovered was some executors were nearly always failing to obtain tasks...
Develop context based on outline structure and sibling text for markdown files. Process lists, headers to build context Markdown edit-by-directive
This pull request includes several updates and improvements across different files. The most important changes involve updates to documentation, versioning, and enhancements to action classes. ### Documentation Updates: * [`docs/actions_best_practices.md`](diffhunk://#diff-54bfcd0ac703c6125e3ede80fcf5c174571d1452f06d78335279934e5c1afb0dR1-R306):...