Scrape-Websites-with-Python-FastAPI-Celery-NoSQL icon indicating copy to clipboard operation
Scrape-Websites-with-Python-FastAPI-Celery-NoSQL copied to clipboard

Celery Related

Open IslamIbrahimAIM opened this issue 1 year ago • 0 comments

Celery works fine sometimes but if stoped and relaunched will not see the custom module imports no matter what you use . or .. or even app still not going to work

from app import config, db, crud, schema, models, details_scraper from .import get_session, get_cluster from crud import create_asin, create_product from .models import StoreAsin, ProductData from .details_scraper import AmazonScraper from .schema import ProductSchema

IslamIbrahimAIM avatar Jun 27 '24 19:06 IslamIbrahimAIM