Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented new REST API hpFlows to add high priority flows to Azkaban. #3014

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 8, 2021

  1. These high priority flows when run in containeirzed dispatch mode, wi…

    …ll only use ACTIVE version of the docker image of all the jobtypes required.
    
    This ensures that these flows always run on a stable version rather than any version which is being ramped up and is potentially unstable.
    There API can be only called by either Azkaban admins or the designated owners.
    Currently the ability to add owners is a manual process. An ADMIN only API to add such owners will come in the future.
    API to remove a flow or list of flows from the high priority flows will also come in future.
    
    Added unit tests as and where needed.
    djaiswal83 committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    eac0e79 View commit details
    Browse the repository at this point in the history