1、mysql版本
5.5.24
2、ip
10.1.1.1
3、查看下slave状态
mysql>showslavestatus\G;
***************************1.row***************************
Slave_IO_State:Waitingformastertosendevent
Master_Host:10.1.1.1
Master_User:repl
Master_Port:1111
Connect_Retry:6..
分类:
其他好文 时间:
2015-06-16 01:37:01
阅读次数:
121
https://github.com/leporo/tornado-redishttps://github.com/leporo/tornado-redis https://github.com/mher/tornado-celeryhttps://github.com/mher/tornado-celery http://www.tuicool.com/articles/MfAbmefht...
分类:
其他好文 时间:
2015-06-05 19:54:08
阅读次数:
117
报错:1)change master导致的: Last_IO_Error: error connecting to master - retry-time: 60 retries2)在没有解锁的情况下停止slave进程: > stop slave;ERROR 1192 (HY000): Can't ...
分类:
数据库 时间:
2015-06-03 15:18:10
阅读次数:
159
输入下面的命令获得帮助: celery?--help 将列出如下的信息(中文为我的注释): Usage: celery <command> [options] 用法:celery 命令 选项 Show help screen and exit. 显示帮助信息并退出。 Options(选项)...
分类:
其他好文 时间:
2015-06-02 11:31:34
阅读次数:
145
ADB not responding. If you'd like to retry, then please manually kill "adb.exe" and click 'Restart'Errors from ADB:ddms: 'I:\android-sdk\platform-tool...
分类:
数据库 时间:
2015-06-02 01:37:47
阅读次数:
277
OpenWorker-初始建立(2015-05-29),欢迎参与:https://github.com/supergis/OpenWorker。 OpenWorker-基于Python的并行处理框架,将集成Celery、Flower、Jobtastic和Rodeo工程,可以通过控制台或Web进行管理、...
分类:
其他好文 时间:
2015-05-29 10:14:43
阅读次数:
1291
jobtastic- Celery tasks plus more awesome Jobtastic makes your user-responsive long-runningCelery jobs totally awesomer. Celery is the ubiquitous python job queueing tool and jobtastic is a python ...
分类:
其他好文 时间:
2015-05-28 16:30:06
阅读次数:
524
Flower: Real-time Celery web-monitor Flower is a real-time web based monitor and administration tool for Celery. It is under active development, but is already an essential tool. Being the recommen...
分类:
Web程序 时间:
2015-05-28 12:44:25
阅读次数:
275
1、Configuration Celery,作为一个consumer工具不需要太多的操作。它有输入和输出通道,通过输入通道连接到broker(如AMQP服务Channel)或者通过输出通道连接到结果的backend(用于获取结果,不是必须的,因为有...
分类:
编程语言 时间:
2015-05-28 09:45:11
阅读次数:
841
1. 首先进入虚拟环境: ***:~/piaoshifu_object/epiao.piaoshifu.cn$ source /home/wyl/piaoshifu_virtualenv/epiaoenv/bin/activate(epiaoenv)***:~/piaoshifu_object/e....
分类:
其他好文 时间:
2015-05-26 17:51:32
阅读次数:
3041