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

Show function name on job start/finish log messages #6369

Closed
wants to merge 2 commits into from

Commits on Sep 6, 2021

  1. Show function name on job start/finish log messages

    To make it easier to debug background job calls.
    
    Before:
    
    ```
    INFO  [ckan.lib.jobs] Worker rq:worker:f0792c8bd67344f288b5704d39c43124 starts job 2baa42e5-4582-4103-92e5-b4a384d0b1da from queue "default"
    ```
    
    After:
    
    ```
    INFO  [ckan.lib.jobs] Worker rq:worker:f0792c8bd67344f288b5704d39c43124 starts job 2baa42e5-4582-4103-92e5-b4a384d0b1da (process_data_fields) from queue "default"
    ```
    amercader committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    074324e View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    04d6351 View commit details
    Browse the repository at this point in the history