Skip to content
Snippets Groups Projects
Commit b48b8ea0 authored by Timothe Jost's avatar Timothe Jost
Browse files

updating success message at startup

parent d6b328c8
No related branches found
No related tags found
No related merge requests found
Pipeline #127192 passed
__version__ = "0.0.38"
__version__ = "0.0.39"
from . import loggs
from .pipes import *
......
......@@ -398,4 +398,6 @@ def create_celery_app(conf_path, app_name="pypelines", v_host=None) -> "Celery |
app.register_task(handshake)
app.register_task(tasks_infos)
logger.info(f"The celery app {app_name} was created successfully.")
return app
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment