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

Ensure job progress is displayed (compatibility with latest version of bull) #96

Merged
merged 1 commit into from
May 14, 2018
Merged

Ensure job progress is displayed (compatibility with latest version of bull) #96

merged 1 commit into from
May 14, 2018

Commits on May 14, 2018

  1. Ensure progress is displayed w/ latest ver of bull

    As of bull 3.4.2 (and probably earlier), the progress of a job is stored
    in `progress`, not `_progress`. This commit updates the view template to
    match.
    
    This fixes a problem where the progress of any bull job would always
    appear in arena as "0%". Now the correct progress is shown.
    mattbrictson committed May 14, 2018
    Configuration menu
    Copy the full SHA
    33f730a View commit details
    Browse the repository at this point in the history