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

[WIP] Worker class #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

[WIP] Worker class #19

wants to merge 1 commit into from

Conversation

dwhswenson
Copy link
Member

Resolves #17. Resolves #18.

Some first ideas toward #16.

@codecov
Copy link

codecov bot commented May 31, 2023

Codecov Report

Patch coverage has no change and project coverage change: -1.62 ⚠️

Comparison is base (8719153) 3.52% compared to head (3af9349) 1.91%.

Additional details and impacted files
@@           Coverage Diff            @@
##            main     #19      +/-   ##
========================================
- Coverage   3.52%   1.91%   -1.62%     
========================================
  Files          4       5       +1     
  Lines         85     157      +72     
========================================
  Hits           3       3              
- Misses        82     154      +72     
Impacted Files Coverage Δ
exorcist/worker.py 0.00% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@richardjgowers richardjgowers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docstrings

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.

Worker: Method to run tasks sequentially until out of queue time Worker: Method to run a single task
2 participants