Slow update and insert in mysql .
PythonAnywhere Forum
by
2h ago
I had a problem in my code . it is working fine now .Thanks ..read more
Visit website
Is there any way to run celery on PA?
PythonAnywhere Forum
by
3h ago
What do you mean by we do not allow it? It looks like you have auth problems with the service you try to connect to ..read more
Visit website
No module named 'flask_app'
PythonAnywhere Forum
by
3h ago
What is missing ..read more
Visit website
Slow update and insert in mysql .
PythonAnywhere Forum
by
3h ago
Have you tried to inspect the query that django is generating for you? 6k records does not sound like something problematic ..read more
Visit website
Pymysql.err.OperationalError: "MySQL server has gone away" when connecting to Google Cloud SQL
PythonAnywhere Forum
by
3h ago
What i you use `mysqlclient` package ..read more
Visit website
Is there any way to run celery on PA?
PythonAnywhere Forum
by
4h ago
Your server is very slow normally , and I decided to use CELERY to offload task, still you guys did not allow it ..read more
Visit website
Is there any way to run celery on PA?
PythonAnywhere Forum
by
4h ago
This is really annoying, I have beenon this for a whole week, what exactly is wrong with PA ..read more
Visit website
Is there any way to run celery on PA?
PythonAnywhere Forum
by
4h ago
# Redis configuration provided by Redis Labs REDIS_HOST = 'redis-18792.c14.us-east-1-2.ec2.cloud.redislabs.com' REDIS_PORT = 18792 REDIS_PASSWORD = '**************' # Redis connection r = redis.Redis( host=REDIS_HOST, port=REDIS_PORT, password=REDIS_PASSWORD ) # Celery configuration CELERY_BROKER_URL = f'redis://{REDIS_HOST}:{REDIS_PORT}/0' CELERY_RESULT_BACKEND = f'redis://{REDIS_HOST}:{REDIS_PORT}/0' CELERY_ACCEPT_CONTENT = ['application/json'] CELERY_RESULT_SERIALIZER = 'json' CELERY_TASK_SERIALIZER = 'json' CELERY_TASK_ALWAYS_EAGER = False CELERYD_PREFETCH_MULTIPLIER = 50 ..read more
Visit website
Is there any way to run celery on PA?
PythonAnywhere Forum
by
4h ago
Hello, I have set up my Redis lab configuration perfectly and celery is running, but I keep getting : raise ConnectionError(str(exc)) from exc kombu.exceptions.OperationalError: Authentication required ..read more
Visit website
No module named 'flask_app'
PythonAnywhere Forum
by
4h ago
The help page is not as helpful as you're making it seem ..read more
Visit website

Follow PythonAnywhere Forum on FeedSpot

Continue with Google
Continue with Apple
OR