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

Infer interruption handler from job #96

Commits on Jun 2, 2021

  1. Infer the interruption handler for a given integraion from the job it…

    …self
    
    Instead of automatically attempting to load the interruption adapter implicitly this patch changes this to be discovered for a given worker based on the job itself based on its class adapter.
    
    I believe this will work OK, and should allow a bit more flexibility around using JobIteration.
    
    This patch also contains a bunch of renames, broadly from  `job-iteration` -> `job_iteration`.
    
    This might be a bit contentious, but the current module naming breaks
    autoloading a bit, which is not ideal, and I’d like to leverage it for loading integrations.
    plasticine committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    fc68076 View commit details
    Browse the repository at this point in the history