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

fix: Change setup for services initialization #9

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

esloch
Copy link
Contributor

@esloch esloch commented Apr 23, 2024

PR Description:

Implemented improvements in service management scripts for better handling of Celery and Flower services. Changes include:

  • Added a script for forcefully terminating Celery and Flower to address shutdown issues.

  • Updated the startup script to ensure all services, including RabbitMQ and Redis, are fully operational before initiating Celery and Flower, minimizing startup errors.

  • Added dunder init.

  • Adjusted import statements.

  • Closes Error when trying to start project #8.

@esloch esloch requested a review from xmnlab April 23, 2024 12:42
Copy link
Contributor

@xmnlab xmnlab left a comment

Choose a reason for hiding this comment

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

In theory you don't need to import from src .. maybe you just need to run poetry install locally again

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.

Error when trying to start project
2 participants