Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/mongodb/13.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
芹菜与mongodb后端错误_Mongodb_Celery - Fatal编程技术网

芹菜与mongodb后端错误

芹菜与mongodb后端错误,mongodb,celery,Mongodb,Celery,升级到最新版本的mongodb后,我的cellery任务启动失败: celery worker --beat --app=my.celerytask.task1:worker -G <config-files> --logfile <log-file> --pidfile <pid-file> [2015 - 07 - 13 11: 16: 10, 029: ERROR / Beat] beat: Connection error: command SON

升级到最新版本的
mongodb
后,我的
cellery
任务启动失败:

celery worker --beat --app=my.celerytask.task1:worker -G <config-files> --logfile <log-file>  --pidfile <pid-file>
[2015 - 07 - 13 11: 16: 10, 029: ERROR / Beat] beat:
Connection error: command SON([('create', u 'messages.broadcast'), ('capped', True), 
('size', 100000.0)]) failed: collection already exists.Trying again in 32.0 seconds...

[2015 - 07 - 13 11: 16: 42, 190: ERROR / MainProcess] consumer: Cannot connect to mongodb: 
  //x.x.x.x:27017 vo-db: command SON([('create', u'messages.broadcast'),
 ('capped', True), ('size', 100000.0)]) failed: collection already exists.