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

Remove redundant word in worker logging #446

Merged
merged 1 commit into from
Sep 16, 2021

Conversation

mecampbellsoup
Copy link
Contributor

@mecampbellsoup mecampbellsoup commented Sep 15, 2021

[cloud-app-worker-k8s] DEBUG:procrastinate.worker.worker:Waiting for new jobs on queues queues k8s
[cloud-app-worker-email] DEBUG:procrastinate.worker.worker:Waiting for new jobs on queues queues email

One too many "queues"!

Successful PR Checklist:

  • Tests
    • (not applicable?)
  • Documentation
    • (not applicable?)

```
[cloud-app-worker-k8s] DEBUG:procrastinate.worker.worker:Waiting for new jobs on queues queues k8s
[cloud-app-worker-email] DEBUG:procrastinate.worker.worker:Waiting for new jobs on queues queues email
```

One too many "queues"!
@elemoine
Copy link
Contributor

@mecampbellsoup thanks a lot for this!

@codecov
Copy link

codecov bot commented Sep 16, 2021

Codecov Report

Merging #446 (783c376) into master (f07d753) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #446   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           30        30           
  Lines         1635      1635           
  Branches       178       178           
=========================================
  Hits          1635      1635           
Impacted Files Coverage Δ
procrastinate/worker.py 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f07d753...783c376. Read the comment docs.

@elemoine elemoine merged commit bb117c3 into procrastinate-org:master Sep 16, 2021
@mecampbellsoup mecampbellsoup deleted the patch-1 branch September 16, 2021 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants