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

Persist analysis files on the background & in parallel #419

Merged
merged 1 commit into from
Apr 6, 2018

Commits on Apr 6, 2018

  1. Persist analysis files on the background

    Previously, bloop would persist the analysis file on `shutDown`.
    However, this hook has been removed upstream in
    facebookarchive/nailgun#131.
    
    As a result, we take another (more resilient) strategy to persist the
    analysis file. We persist analysis file on the io pool after every
    `Interpreter` execution, without blocking the return of the request.
    
    All the logs are redirected to the nailgun server output.
    jvican committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    2e84cb6 View commit details
    Browse the repository at this point in the history