зеркало из https://github.com/mozilla/treeherder.git
Bug 1016117 - update celery and kombu version in requirements
This commit is contained in:
Родитель
94bbbfb183
Коммит
6dc451372b
|
@ -2,10 +2,8 @@
|
|||
MySQL-python
|
||||
gunicorn==17.5
|
||||
django>=1.5,<1.6
|
||||
Celery==3.1.15
|
||||
django-celery==3.0.17
|
||||
celerymon==1.0.3
|
||||
kombu==3.0.22
|
||||
celery==3.1.16
|
||||
kombu==3.0.23
|
||||
simplejson==3.3.0
|
||||
Cython==0.19.2
|
||||
gevent==1.0
|
||||
|
|
|
@ -1,248 +0,0 @@
|
|||
[
|
||||
{
|
||||
"pk": 1,
|
||||
"model": "djcelery.intervalschedule",
|
||||
"fields": {
|
||||
"every": 3,
|
||||
"period": "minutes"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 2,
|
||||
"model": "djcelery.intervalschedule",
|
||||
"fields": {
|
||||
"every": 1,
|
||||
"period": "minutes"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 3,
|
||||
"model": "djcelery.intervalschedule",
|
||||
"fields": {
|
||||
"every": 60,
|
||||
"period": "minutes"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 1,
|
||||
"model": "djcelery.crontabschedule",
|
||||
"fields": {
|
||||
"minute": 0,
|
||||
"hour": 4,
|
||||
"day_of_week": "*",
|
||||
"day_of_month": "*",
|
||||
"month_of_year": "*"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 2,
|
||||
"model": "djcelery.crontabschedule",
|
||||
"fields": {
|
||||
"minute": 0,
|
||||
"hour": "*/6",
|
||||
"day_of_week": "*",
|
||||
"day_of_month": "*",
|
||||
"month_of_year": "*"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 3,
|
||||
"model": "djcelery.crontabschedule",
|
||||
"fields": {
|
||||
"minute": 0,
|
||||
"hour": "0",
|
||||
"day_of_week": "*",
|
||||
"day_of_month": "*",
|
||||
"month_of_year": "*"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 2,
|
||||
"model": "djcelery.periodictask",
|
||||
"fields": {
|
||||
"task": "fetch-push-logs",
|
||||
"name": "fetch-pushlogs",
|
||||
"exchange": null,
|
||||
"last_run_at": null,
|
||||
"args": "[]",
|
||||
"enabled": true,
|
||||
"routing_key": null,
|
||||
"crontab": null,
|
||||
"interval": 2,
|
||||
"queue": "pushlog",
|
||||
"total_run_count": 0,
|
||||
"expires": null,
|
||||
"kwargs": "{}",
|
||||
"date_changed": "2013-11-28T16:22:39",
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 3,
|
||||
"model": "djcelery.periodictask",
|
||||
"fields": {
|
||||
"task": "fetch-buildapi-pending",
|
||||
"name": "fetch-pending",
|
||||
"exchange": null,
|
||||
"last_run_at": null,
|
||||
"args": "[]",
|
||||
"enabled": true,
|
||||
"routing_key": null,
|
||||
"crontab": null,
|
||||
"interval": 2,
|
||||
"queue": "buildapi",
|
||||
"total_run_count": 0,
|
||||
"expires": null,
|
||||
"kwargs": "{}",
|
||||
"date_changed": "2013-11-28T16:22:39",
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 4,
|
||||
"model": "djcelery.periodictask",
|
||||
"fields": {
|
||||
"task": "process-objects",
|
||||
"name": "process-objects",
|
||||
"exchange": null,
|
||||
"last_run_at": null,
|
||||
"args": "[]",
|
||||
"enabled": true,
|
||||
"routing_key": null,
|
||||
"crontab": null,
|
||||
"interval": 2,
|
||||
"queue": null,
|
||||
"total_run_count": 0,
|
||||
"expires": null,
|
||||
"kwargs": "{}",
|
||||
"date_changed": "2013-11-28T16:22:39",
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 5,
|
||||
"model": "djcelery.periodictask",
|
||||
"fields": {
|
||||
"task": "fetch-buildapi-running",
|
||||
"name": "fetch-running",
|
||||
"exchange": null,
|
||||
"last_run_at": null,
|
||||
"args": "[]",
|
||||
"enabled": true,
|
||||
"routing_key": null,
|
||||
"crontab": null,
|
||||
"interval": 2,
|
||||
"queue": "buildapi",
|
||||
"total_run_count": 0,
|
||||
"expires": null,
|
||||
"kwargs": "{}",
|
||||
"date_changed": "2013-11-28T16:22:39",
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 6,
|
||||
"model": "djcelery.periodictask",
|
||||
"fields": {
|
||||
"task": "fetch-buildapi-build4h",
|
||||
"name": "fetch-completed",
|
||||
"exchange": null,
|
||||
"last_run_at": null,
|
||||
"args": "[]",
|
||||
"enabled": true,
|
||||
"routing_key": null,
|
||||
"crontab": null,
|
||||
"interval": 1,
|
||||
"queue": "buildapi",
|
||||
"total_run_count": 0,
|
||||
"expires": null,
|
||||
"kwargs": "{}",
|
||||
"date_changed": "2013-11-28T16:22:39",
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 7,
|
||||
"model": "djcelery.periodictask",
|
||||
"fields": {
|
||||
"task": "run-builds4h-analyzer",
|
||||
"name": "run-builds4h-analyzer",
|
||||
"exchange": null,
|
||||
"last_run_at": null,
|
||||
"args": "[]",
|
||||
"enabled": false,
|
||||
"routing_key": null,
|
||||
"crontab": null,
|
||||
"interval": 1,
|
||||
"queue": null,
|
||||
"total_run_count": 0,
|
||||
"expires": null,
|
||||
"kwargs": "{}",
|
||||
"date_changed": "2013-11-28T16:22:39",
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 8,
|
||||
"model": "djcelery.periodictask",
|
||||
"fields": {
|
||||
"task": "cycle-data",
|
||||
"name": "cycle-data",
|
||||
"exchange": null,
|
||||
"last_run_at": null,
|
||||
"args": "[]",
|
||||
"enabled": true,
|
||||
"routing_key": null,
|
||||
"crontab": 3,
|
||||
"interval": null,
|
||||
"queue": null,
|
||||
"total_run_count": 0,
|
||||
"expires": null,
|
||||
"kwargs": "{}",
|
||||
"date_changed": "2013-11-28T16:22:39",
|
||||
"description": "Deletes data from the objectstore and jobs databases that's greater than six months old"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 10,
|
||||
"model": "djcelery.periodictask",
|
||||
"fields": {
|
||||
"task": "calculate-eta",
|
||||
"name": "calculate-eta",
|
||||
"exchange": null,
|
||||
"last_run_at": null,
|
||||
"args": "[]",
|
||||
"enabled": true,
|
||||
"routing_key": null,
|
||||
"crontab": 2,
|
||||
"interval": null,
|
||||
"queue": null,
|
||||
"total_run_count": 0,
|
||||
"expires": null,
|
||||
"kwargs": "{}",
|
||||
"date_changed": "2014-04-24T16:22:39",
|
||||
"description": "Compute pending and running eta times"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 11,
|
||||
"model": "djcelery.periodictask",
|
||||
"fields": {
|
||||
"task": "fetch-bugs",
|
||||
"name": "fetch-bugs",
|
||||
"exchange": null,
|
||||
"last_run_at": null,
|
||||
"args": "[]",
|
||||
"enabled": true,
|
||||
"routing_key": null,
|
||||
"crontab": null,
|
||||
"interval": 3,
|
||||
"queue": null,
|
||||
"total_run_count": 0,
|
||||
"expires": null,
|
||||
"kwargs": "{}",
|
||||
"date_changed": "2014-07-16T14:33:39",
|
||||
"description": "Update list of bugs for bug suggestions"
|
||||
}
|
||||
}
|
||||
]
|
Загрузка…
Ссылка в новой задаче