Giter VIP home page Giter VIP logo

khyops's Introduction

You have 15 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth, contenttypes, sessions.

   93  yum localinstall http://dev.mysql.com/get/mysql-community-release-el6-5.noarch.rpm
   94  yum install mysql-community-server mysql-devel -y
  130  systemctl start mysqld.service
  131  mysql -uroot -p



pip install
django-celery-beat==2.2.0
django==2.1.8
ansible==2.3.1.0
mysqlclient
celery==5.0.5
django-celery-results==2.0.1
redis==3.2.0
eventlet


celery -A khyops worker -l INFO -P eventlet

  475  pip uninstall django-celery-results
  476  pip install django-celery-results
  $ pip install django-celery-beat django-celery-results redis
  500  yum install redis
  502  service redis start

http://www.iceyao.com.cn/2017/08/31/Ansible-API%E4%BD%BF%E7%94%A8/

(khyops-venv) [root@localhost khyops]# python manage.py flush
(khyops-venv) [root@localhost khyops]# python manage.py makemigrations
Migrations for 'deploy':
  deploy/migrations/0002_servers_sitetitle.py
    - Add field sitetitle to servers
(khyops-venv) [root@localhost khyops]# python manage.py migrate
Operations to perform:
  Apply all migrations: admin, auth, contenttypes, deploy, sessions
Running migrations:
  Applying deploy.0002_servers_sitetitle... OK
(khyops-venv) [root@localhost khyops]#

python manage.py createsuperuser

#www.kuaihuoyun.com

https://github.com/feixuelove1009/CMDB


$(this).closest('tr').find('#ip').text();





PYTHONOPTIMIZE=1

# 非常神奇的一句话
current_process()._config = {'semprefix': '/mp'}
我也是这么解决的 有大佬能分析下原因么

@helloZwq 好像是 celery 用的 multiprocess 和 ansible 里的一些东西有啥冲突


current_process()._config = {'semprefix': '/mp'}
固定语句么,哪里引入的这个函数的 current_process ()

from multiprocessing import current_process

export PYTHONOPTIMIZE=1 && celery -A khyops worker -l DEBUG

celery -A khyops beat -l info -S django

khyops's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.