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

Adding celery scaffold to the project. #36

Merged
merged 1 commit into from
Apr 5, 2024

Commits on Apr 5, 2024

  1. Adding celery scaffold to the project.

    Adding celery_scaffold for use with flask based projects. It provides a
    way to configure celery for use, using the flask configuration files. It
    also provides a celery_app and a flask_app that can be used in your
    project.
    
    A base_scaffold was pulled out due to the celery worker assuming any 'app'
    attribute is of type Celery. The original app_scaffold is available to
    provide backward compatibility. It leverages the new base_scaffold and
    sets the 'app' attribute to flask_app to ensure existing use cases are
    handled.
    
    Signed-off-by: Jason Joyce <[email protected]>
    fuzzball81 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    ea37426 View commit details
    Browse the repository at this point in the history