Clarifying a django Celery error
m trying to run a celery worker, and the following error pops up
from the help section , found out there are resource limitation depending on the user plan.
Is the error coming from the code or its just a resource limitation thing.
Is the error coming from the code or its just a resource limitation thing.
7 Replies
Project ID:
39688dd2-a926-4e95-a69a-4f93f40966bc
39688dd2-a926-4e95-a69a-4f93f40966bc
looks very much like a resource limit, you only have 512mb of ram on the trial plan
Solution
simply upgrade to the dev plan and then redeploy
oh, so task ques can be done with higher resources, and nothing to do with the code right?
it seems your task queue system does need more than 512mb of ram
oh thanks very much