Scrape-Websites-with-Python-FastAPI-Celery-NoSQL
Scrape-Websites-with-Python-FastAPI-Celery-NoSQL copied to clipboard
Celery Related
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