openstackgerrit | Merged openstack/zaqar: Decouple the queue and subscription https://review.openstack.org/205856 | 00:05 |
---|---|---|
*** achanda has quit IRC | 00:18 | |
*** achanda has joined #openstack-zaqar | 00:22 | |
*** jasondotstar has quit IRC | 00:23 | |
*** jasondotstar has joined #openstack-zaqar | 00:58 | |
*** davideagnello has quit IRC | 01:12 | |
*** AAzza_ has joined #openstack-zaqar | 01:29 | |
*** AAzza has quit IRC | 01:31 | |
*** AAzza_ has quit IRC | 01:34 | |
*** AAzza has joined #openstack-zaqar | 01:34 | |
*** jasondotstar has quit IRC | 01:35 | |
*** Qiming has joined #openstack-zaqar | 02:03 | |
*** jasondotstar has joined #openstack-zaqar | 02:31 | |
*** davideagnello has joined #openstack-zaqar | 02:39 | |
*** jasondotstar has quit IRC | 02:41 | |
*** achanda has quit IRC | 04:26 | |
*** davideagnello has quit IRC | 05:00 | |
*** achanda has joined #openstack-zaqar | 05:29 | |
*** diga has quit IRC | 05:56 | |
*** davideagnello has joined #openstack-zaqar | 07:01 | |
*** davideagnello has quit IRC | 07:05 | |
*** achanda has quit IRC | 07:20 | |
*** achanda has joined #openstack-zaqar | 07:23 | |
-openstackstatus- NOTICE: Our CI system is broken again today, jobs are not getting processed at all. | 07:42 | |
*** ChanServ changes topic to "Our CI system is broken again today, jobs are not getting processed at all." | 07:42 | |
-openstackstatus- NOTICE: CI system is broken and very far behind. Please do not approve any changes for a while. | 07:52 | |
*** ChanServ changes topic to "CI system is broken and very far behind. Please do not approve any changes for a while." | 07:52 | |
*** achanda has quit IRC | 07:56 | |
*** achanda has joined #openstack-zaqar | 07:58 | |
*** achanda has quit IRC | 08:07 | |
*** ChanServ changes topic to "OpenStack Queuing and Notification Service || Smile :D || Meetings every Monday @ 21:00 UTC/15:00 UTC || Wiki: https://wiki.openstack.org/wiki/Zaqar || Paste: http://paste.openstack.org/ || Send messages and make some noise :D" | 09:01 | |
-openstackstatus- NOTICE: CI is back online but has a huge backlog. Please be patient and if possible delay approving changes until it has caught up. | 09:01 | |
*** achanda has joined #openstack-zaqar | 09:08 | |
openstackgerrit | Thomas Herve proposed openstack/zaqar: Add a websocket example https://review.openstack.org/207349 | 09:09 |
therve | vkmc, If you get a chance to look at that ^^^ | 09:09 |
openstackgerrit | Thomas Herve proposed openstack/zaqar: Move to using the futurist library for async executors https://review.openstack.org/200929 | 09:12 |
*** achanda has quit IRC | 09:13 | |
*** ig0r_ has joined #openstack-zaqar | 09:31 | |
openstackgerrit | Thomas Herve proposed openstack/zaqar: Fix validation errors handling in websocket https://review.openstack.org/207365 | 09:40 |
*** exploreshaifali has joined #openstack-zaqar | 10:11 | |
*** jasondotstar has joined #openstack-zaqar | 10:15 | |
*** Qiming has quit IRC | 10:44 | |
*** davideagnello has joined #openstack-zaqar | 11:03 | |
*** davideagnello has quit IRC | 11:07 | |
*** achanda has joined #openstack-zaqar | 11:10 | |
*** achanda has quit IRC | 11:15 | |
*** jasondotstar has quit IRC | 11:19 | |
*** Qiming has joined #openstack-zaqar | 11:35 | |
flaper87 | therve: here now | 11:40 |
flaper87 | u still around ? | 11:40 |
therve | flaper87, Sure :) | 11:40 |
therve | Don't remember why I pinged you though | 11:40 |
therve | Ah yes | 11:41 |
flaper87 | therve: uwsgui | 11:41 |
flaper87 | uwsgi | 11:41 |
therve | flaper87, So the patch does the thing the other way around | 11:41 |
therve | API/wsgi is served by uwgsi | 11:41 |
therve | And zaqar-server runs the websocket part | 11:41 |
therve | uwsgi then proxies requests to zaqar-server when hitting the /ws url | 11:42 |
flaper87 | ahhhh, got it. Somehow it didn't seem that way when I read it | 11:42 |
therve | flaper87, My initial idea was to run both in the same process, but it's basically impossible without using twisted | 11:42 |
therve | And I don't really want to fight through that road | 11:43 |
flaper87 | okidoki | 11:43 |
flaper87 | I'll take another look soon | 11:43 |
therve | Does that make sense? | 11:43 |
flaper87 | yeah, it makes sense and it's not worth fighting that fight right now. Also, I'd assume that most ppl will run them in differente processes anyway | 11:43 |
therve | Right. This patch was mostly to have a lightweight solution for devstack | 11:44 |
therve | flaper87, One thing though is to make sure we want to expose websocket through /ws | 11:44 |
therve | Once that path is around, we may want to keep it working | 11:45 |
flaper87 | mmhh, but that's just for devstack, right? | 11:46 |
flaper87 | mmhh, in my mind, I've been picturing a deployment with 2 different endpoints for Zaqar | 11:46 |
flaper87 | One for the rest API and one for websocket | 11:46 |
flaper87 | These would be discovered by the client using keystone | 11:46 |
flaper87 | How crazy does that sound? | 11:47 |
flaper87 | Using the /ws path is not bad... it's just ugly to my eyes but common enough | 11:47 |
therve | shrugs, I was somewhat expecting only one endpoint | 11:47 |
therve | If we want 2 endpoints, I'd rather configure keystone that way and remove uwsgi proxying, as it's somewhat ugly | 11:48 |
flaper87 | Here's my reasoning: The ws endpoint will not have the same load as the rest endpoint. Therefore, ppl might want to have different balances and scale them separately | 11:49 |
flaper87 | ryansb: any opinions on ^ ? | 11:49 |
therve | That sounds reasonable to me | 11:50 |
therve | In which case we just need to chose a service name and a type, and make the additional registration | 11:53 |
*** exploreshaifali has quit IRC | 12:02 | |
*** amitgandhinz has joined #openstack-zaqar | 12:11 | |
openstackgerrit | Thomas Herve proposed openstack/zaqar: Add configuration to run service using uwsgi https://review.openstack.org/202432 | 12:16 |
therve | flaper87, somewhat unrelated, but with pooling enabled, the devstack configuration isn't working by default | 12:16 |
therve | I guess there are some stuff to setup to make it work? | 12:16 |
*** jasondotstar has joined #openstack-zaqar | 12:22 | |
*** amitgandhinz has quit IRC | 12:22 | |
*** amitgandhinz has joined #openstack-zaqar | 12:22 | |
*** amitgandhinz has quit IRC | 12:30 | |
*** davideagnello has joined #openstack-zaqar | 13:03 | |
*** davideagnello has quit IRC | 13:08 | |
*** sriram has joined #openstack-zaqar | 13:09 | |
*** ig0r_ has quit IRC | 13:10 | |
*** exploreshaifali has joined #openstack-zaqar | 13:15 | |
*** ig0r_ has joined #openstack-zaqar | 13:16 | |
*** jasondotstar has quit IRC | 13:30 | |
*** ig0r_ has quit IRC | 13:31 | |
*** sriram has quit IRC | 13:35 | |
*** sriram has joined #openstack-zaqar | 13:35 | |
openstackgerrit | Thomas Herve proposed openstack/zaqar: Set auth_strategy in devstack https://review.openstack.org/206947 | 13:40 |
openstackgerrit | Thomas Herve proposed openstack/zaqar: Authentication for websocket https://review.openstack.org/207458 | 13:40 |
*** mpanetta has joined #openstack-zaqar | 13:45 | |
*** dynarro has joined #openstack-zaqar | 13:47 | |
*** malini has joined #openstack-zaqar | 13:57 | |
*** ametts has joined #openstack-zaqar | 13:57 | |
*** exploreshaifali has quit IRC | 14:00 | |
*** sriram has quit IRC | 14:05 | |
*** sriram has joined #openstack-zaqar | 14:05 | |
*** amitgandhinz has joined #openstack-zaqar | 14:05 | |
*** dguerri is now known as dguerri` | 14:06 | |
*** Qiming has quit IRC | 14:22 | |
*** malini has quit IRC | 14:26 | |
*** malini has joined #openstack-zaqar | 14:26 | |
*** ig0r_ has joined #openstack-zaqar | 14:31 | |
*** achanda has joined #openstack-zaqar | 14:51 | |
*** malini has quit IRC | 14:56 | |
*** malini has joined #openstack-zaqar | 14:56 | |
*** ig0r_ has quit IRC | 15:03 | |
*** ig0r__ has joined #openstack-zaqar | 15:03 | |
*** achanda has quit IRC | 15:03 | |
*** sriram has quit IRC | 15:05 | |
*** sriram has joined #openstack-zaqar | 15:05 | |
*** ig0r_ has joined #openstack-zaqar | 15:08 | |
*** ig0r__ has quit IRC | 15:09 | |
*** ig0r__ has joined #openstack-zaqar | 15:12 | |
*** ig0r__ has quit IRC | 15:15 | |
openstackgerrit | Thomas Herve proposed openstack/zaqar: Use the executor directly in notifier https://review.openstack.org/207501 | 15:15 |
*** ig0r_ has quit IRC | 15:15 | |
*** dguerri` is now known as dguerri | 15:25 | |
*** malini has quit IRC | 15:26 | |
*** malini has joined #openstack-zaqar | 15:26 | |
*** dynarro has quit IRC | 15:33 | |
*** dguerri is now known as dguerri` | 15:34 | |
*** jasondotstar has joined #openstack-zaqar | 15:42 | |
*** ig0r_ has joined #openstack-zaqar | 15:52 | |
*** malini has quit IRC | 15:56 | |
*** malini has joined #openstack-zaqar | 15:56 | |
*** dguerri` is now known as dguerri | 15:59 | |
*** exploreshaifali has joined #openstack-zaqar | 16:14 | |
*** davideagnello has joined #openstack-zaqar | 16:14 | |
*** malini has quit IRC | 16:19 | |
*** jasondotstar has quit IRC | 16:23 | |
*** amitgandhinz has quit IRC | 16:33 | |
*** sriram has quit IRC | 16:35 | |
*** sriram has joined #openstack-zaqar | 16:35 | |
*** malini has joined #openstack-zaqar | 16:53 | |
*** sriram has quit IRC | 17:05 | |
*** sriram has joined #openstack-zaqar | 17:05 | |
*** malini has quit IRC | 17:23 | |
*** malini has joined #openstack-zaqar | 17:23 | |
*** achanda has joined #openstack-zaqar | 17:25 | |
*** achanda has quit IRC | 17:26 | |
*** achanda has joined #openstack-zaqar | 17:29 | |
*** ametts has quit IRC | 17:30 | |
*** boris-42 has joined #openstack-zaqar | 17:37 | |
*** ig0r__ has joined #openstack-zaqar | 18:24 | |
*** jasondotstar has joined #openstack-zaqar | 18:30 | |
*** sebasmagri_ has joined #openstack-zaqar | 18:33 | |
*** sebasmagri has quit IRC | 18:34 | |
*** sebasmagri_ is now known as sebasmagri | 18:35 | |
*** sriram has quit IRC | 18:42 | |
*** exploreshaifali has quit IRC | 18:46 | |
*** sriram has joined #openstack-zaqar | 18:48 | |
*** ig0r_ has quit IRC | 18:50 | |
*** amitgandhinz has joined #openstack-zaqar | 18:52 | |
*** ig0r_ has joined #openstack-zaqar | 19:04 | |
*** jasondotstar has quit IRC | 19:29 | |
*** openstackgerrit has quit IRC | 19:46 | |
*** openstackgerrit has joined #openstack-zaqar | 19:47 | |
*** achanda has quit IRC | 19:49 | |
*** jasondotstar has joined #openstack-zaqar | 19:50 | |
*** ig0r_ has quit IRC | 19:56 | |
*** malini has quit IRC | 20:05 | |
*** achanda has joined #openstack-zaqar | 20:16 | |
*** openstackgerrit has quit IRC | 20:16 | |
*** openstackgerrit has joined #openstack-zaqar | 20:17 | |
*** dguerri is now known as dguerri` | 20:43 | |
*** openstackgerrit has quit IRC | 20:46 | |
*** openstackgerrit has joined #openstack-zaqar | 20:46 | |
*** jasondotstar has quit IRC | 20:56 | |
*** openstack has joined #openstack-zaqar | 21:09 | |
*** sriram1 has quit IRC | 21:14 | |
*** diga has joined #openstack-zaqar | 21:18 | |
*** achanda has quit IRC | 21:26 | |
*** achanda has joined #openstack-zaqar | 21:41 | |
*** mpanetta has quit IRC | 21:42 | |
*** jasondotstar has joined #openstack-zaqar | 21:48 | |
*** ig0r__ has quit IRC | 21:51 | |
openstackgerrit | Fei Long Wang proposed openstack/zaqar: Enable tox debug https://review.openstack.org/199834 | 22:08 |
*** amitgandhinz has quit IRC | 22:10 | |
*** malini has joined #openstack-zaqar | 22:29 | |
*** malini has quit IRC | 22:44 | |
*** Qiming has joined #openstack-zaqar | 22:55 | |
*** boris-42 has quit IRC | 23:00 | |
*** Qiming has quit IRC | 23:32 | |
*** vipul has quit IRC | 23:46 | |
*** vipul has joined #openstack-zaqar | 23:46 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!