Where is the data provided by django-celery urls stored? How long is the data available? And what is the memory consumption?
问题 I am starting a project using django celery and I am making ajax calls to the task urls provided by 'djcelery.urls'. I would like to know a few things about this data: Where is that information being stored? Is it called from the djcelery tables in my django projects database or is it kept on the RabbitMQ server? My understanding of the djcelery tables in my database is that they are only for monitoring the usage using the camera. If it is being stored on the RabbitMQ server, how long will