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

Centralise Controller Queue and Worker processing #107

Merged
merged 1 commit into from
Feb 26, 2018

Commits on Feb 25, 2018

  1. Centralise Controller Queue and Worker processing

    There were multiple places where queue and worker
    goroutines pattern for controllers (and related) were
    repeated in almost exactly the same ways.
    
    Since there are more controllers coming, it made sense
    to consolidate this logic into a centralised place that
    could be reused to make authoring them easier.
    
    This may also allow us to centralise some health checking in #98
    markmandel committed Feb 25, 2018
    Configuration menu
    Copy the full SHA
    1494ff2 View commit details
    Browse the repository at this point in the history