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

feat: add entry point for returning Celery app #160

Merged
merged 5 commits into from
Nov 10, 2022
Merged

Conversation

uniqueg
Copy link
Member

@uniqueg uniqueg commented Nov 10, 2022

Description

  • provide method .create_celery_app() for class Foca that returns a configured Celery app
  • can be used to avoid issues like circular imports that are likely to arise from the previous implementation
  • bumps version to 0.11.0

Fixes #159

@uniqueg uniqueg changed the title feat: entry point for returning Celery app feat: add entry point for returning Celery app Nov 10, 2022
@codecov
Copy link

codecov bot commented Nov 10, 2022

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage 👍

Coverage data is based on head (dd20da9) compared to base (1223c64).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff            @@
##               dev      #160   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           20        20           
  Lines          967       974    +7     
=========================================
+ Hits           967       974    +7     
Impacted Files Coverage Δ
foca/foca.py 100.00% <100.00%> (ø)
foca/version.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

@uniqueg uniqueg merged commit a9b83ae into dev Nov 10, 2022
@uniqueg uniqueg deleted the fix-celery-support branch November 10, 2022 14:06
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.

Issues with API registration
1 participant