*** jimhoagland has quit IRC | 00:09 | |
*** jeffrey4l has joined #openstack-zaqar | 00:46 | |
*** reed has quit IRC | 00:47 | |
*** echevemaster has joined #openstack-zaqar | 01:03 | |
*** jeffrey4l has quit IRC | 01:14 | |
openstackgerrit | Kurt Griffiths proposed a change to openstack/zaqar: Implements queue, message and claim controllers for Redis https://review.openstack.org/97178 | 01:34 |
---|---|---|
*** jeffrey4l has joined #openstack-zaqar | 01:39 | |
mpee|away | hi folks, are there any plans to expand the API? I found I couldn't express my applications logic using the current API | 02:00 |
flwang | mpee|away: what's your use case? | 02:43 |
mpee|away | flwang: I have workers who need to inspect the message to see if they can service it | 02:52 |
mpee|away | so that is obviously possible, but then they need to claim that particular message, and the API doesn't support that | 02:53 |
flwang | oh, so you want to claim specific message? such as a single one? | 02:54 |
mpee|away | flwang: yeah | 02:55 |
flwang | mpee|away: yep, we don't support that currently | 02:55 |
mpee|away | flwang: the other thing I tried was to have each worker claim a message, inspect it, and then unclaim if it can't service it | 02:56 |
mpee|away | but then when the worker does the next claim it will potentially get the same message back | 02:58 |
mpee|away | ie. you can't claim and iterate at the same time | 02:58 |
flwang | sorry, what did you mean 'service' it? | 02:58 |
*** chandankumar has joined #openstack-zaqar | 03:11 | |
mpee|away | flwang: oh sorry, I mean do the job that the message describes | 03:11 |
flwang | so I assume you have known the message id, is it? | 03:11 |
mpee|away | flwang: yeah | 03:12 |
flwang | did you try POP? | 03:12 |
* flwang is checking if POP can meet your requirement | 03:12 | |
mpee|away | flwang: yeah I did, that has the disadvantage that the message is lost if the worker dies, and I also found that pop would return my own messages | 03:12 |
mpee|away | as in a worker would pop, inspect the message, push it back (because it can't handle it), and then pop would return the same message again | 03:20 |
flwang | ok, let me try to repeat what I get: | 03:20 |
flwang | you have a worker, which will consumer the queue, get message from the queue | 03:20 |
flwang | and for a message it get, it will check if it can ^handle^ it or not | 03:20 |
flwang | if yes, do something | 03:20 |
mpee|away | flwang: yep | 03:20 |
flwang | if not, you want to claim it or just delete it, is it? | 03:20 |
flwang | but in your test, you can't claim/pop/delete it, since you found the worker will get the message again, right? | 03:20 |
*** chandankumar has quit IRC | 03:25 | |
*** peoplemerge has quit IRC | 03:49 | |
*** jimhoagland has joined #openstack-zaqar | 03:55 | |
*** peoplemerge has joined #openstack-zaqar | 04:01 | |
*** chandankumar has joined #openstack-zaqar | 04:13 | |
*** chandankumar has quit IRC | 04:32 | |
*** chandankumar has joined #openstack-zaqar | 05:01 | |
*** reed has joined #openstack-zaqar | 05:04 | |
*** reed has quit IRC | 05:07 | |
*** chandankumar has quit IRC | 05:08 | |
*** chandankumar has joined #openstack-zaqar | 05:15 | |
*** jimhoagland has quit IRC | 05:16 | |
*** jimhoagland has joined #openstack-zaqar | 05:19 | |
*** chandankumar has quit IRC | 05:21 | |
*** chandankumar has joined #openstack-zaqar | 05:22 | |
openstackgerrit | Jeffrey Zhang proposed a change to openstack/zaqar: Add python-keystoneclient depending https://review.openstack.org/117691 | 05:54 |
*** chandankumar has quit IRC | 05:56 | |
*** jeffrey4l has quit IRC | 05:57 | |
*** jimhoagland has quit IRC | 06:05 | |
*** jeffrey4l has joined #openstack-zaqar | 06:10 | |
*** chandankumar has joined #openstack-zaqar | 06:25 | |
*** flaper87|afk is now known as flaper87 | 06:28 | |
*** flaper87 is now known as flaper87|afk | 06:40 | |
*** flaper87|afk is now known as flaper87 | 06:47 | |
*** chandankumar has quit IRC | 06:55 | |
mpee|away | flwang: sorry, got busy | 06:57 |
mpee|away | flwang: I tried 3 approaches 1) read messages, then claim a specific message - can't be done with the API | 06:58 |
mpee|away | 2) claim a message, inspect it, unclaim repat - doesn't work because the next claim returns the same message, ie. you can't claim & iterate | 06:58 |
mpee|away | 3) pop message, inspect it, push it back - doesn't work because the next pop returns the same message | 06:58 |
mpee|away | actually that's not quite right for 3, the next pop might return a different message, but eventually pop will return your message again and so you can't detect when you've looked at the entire content of the queue | 06:59 |
openstackgerrit | Peng Fei Wang proposed a change to openstack/zaqar: Not permitted to delete pools which are used by flavor https://review.openstack.org/117706 | 07:02 |
*** AAzza_afk has joined #openstack-zaqar | 07:14 | |
*** AAzza_afk is now known as AAzza | 07:14 | |
*** flaper87 is now known as flaper87|afk | 07:16 | |
*** flaper87|afk is now known as flaper87 | 07:26 | |
openstackgerrit | A change was merged to openstack/zaqar: Make the catalog flavor-aware https://review.openstack.org/112009 | 07:36 |
*** flaper87 is now known as flaper87|afk | 07:40 | |
*** jeffrey4l has quit IRC | 07:59 | |
*** dguerri`afk is now known as dguerri | 08:03 | |
*** chandankumar has joined #openstack-zaqar | 08:13 | |
*** flaper87|afk is now known as flaper87 | 08:59 | |
*** chandankumar has quit IRC | 09:09 | |
*** chandankumar has joined #openstack-zaqar | 09:11 | |
*** AAzza has quit IRC | 09:17 | |
*** AAzza has joined #openstack-zaqar | 09:27 | |
*** alcabrera has joined #openstack-zaqar | 09:50 | |
*** alcabrera|afk has quit IRC | 09:50 | |
*** mpeez has joined #openstack-zaqar | 09:56 | |
*** tmu_ has joined #openstack-zaqar | 09:58 | |
*** lifeless1 has joined #openstack-zaqar | 09:58 | |
*** vipul- has joined #openstack-zaqar | 10:04 | |
*** sebasmagri_ has joined #openstack-zaqar | 10:05 | |
*** vipul has quit IRC | 10:09 | |
*** flwang has quit IRC | 10:09 | |
*** mpee|away has quit IRC | 10:09 | |
*** tmu has quit IRC | 10:09 | |
*** sebasmagri has quit IRC | 10:09 | |
*** lifeless has quit IRC | 10:09 | |
*** vipul- is now known as vipul | 10:09 | |
*** sebasmagri_ is now known as sebasmagri | 10:09 | |
*** flwang has joined #openstack-zaqar | 10:12 | |
*** echevemaster has quit IRC | 10:26 | |
*** openstackgerrit has quit IRC | 10:34 | |
*** openstackgerrit has joined #openstack-zaqar | 10:40 | |
*** tmu has joined #openstack-zaqar | 10:51 | |
*** tmu_ has quit IRC | 10:55 | |
*** dguerri has quit IRC | 11:27 | |
*** dguerri has joined #openstack-zaqar | 11:27 | |
*** AAzza_afk has joined #openstack-zaqar | 11:29 | |
*** AAzzal has joined #openstack-zaqar | 11:31 | |
*** chandankumar has quit IRC | 11:32 | |
*** AAzza has quit IRC | 11:32 | |
*** AAzzal is now known as AAzza | 11:32 | |
*** AAzza_afk has quit IRC | 11:34 | |
*** chandankumar has joined #openstack-zaqar | 11:44 | |
*** AAzza_afk has joined #openstack-zaqar | 11:51 | |
openstackgerrit | Flavio Percoco proposed a change to openstack/zaqar: Raise proper HTTP error when flavor doesn't exist https://review.openstack.org/117760 | 11:51 |
*** AAzza has quit IRC | 11:52 | |
*** AAzzal has joined #openstack-zaqar | 11:52 | |
*** AAzzal is now known as AAzza | 11:52 | |
*** AAzza_afk has quit IRC | 11:56 | |
*** flaper87 is now known as flaper87|afk | 12:00 | |
*** AAzza has quit IRC | 12:04 | |
openstackgerrit | Flavio Percoco proposed a change to openstack/zaqar: Raise proper HTTP error when flavor doesn't exist https://review.openstack.org/117760 | 12:04 |
*** flaper87 has joined #openstack-zaqar | 12:09 | |
*** AAzzal has joined #openstack-zaqar | 12:14 | |
*** AAzzal is now known as AAzza | 12:14 | |
*** tmu has quit IRC | 12:14 | |
*** tmu has joined #openstack-zaqar | 12:15 | |
*** flaper87 has quit IRC | 12:31 | |
*** flaper87|afk is now known as flaper87 | 12:31 | |
*** AAzzal has joined #openstack-zaqar | 12:45 | |
*** AAzza has quit IRC | 12:45 | |
*** AAzzal is now known as AAzza | 12:45 | |
*** chandankumar has quit IRC | 12:49 | |
*** amitgandhinz has joined #openstack-zaqar | 12:55 | |
openstackgerrit | Flavio Percoco proposed a change to openstack/zaqar: Ensure `pool` exists before creating a flavor https://review.openstack.org/117773 | 12:56 |
*** sriram has joined #openstack-zaqar | 12:56 | |
*** AAzza_afk has joined #openstack-zaqar | 13:09 | |
*** amitgandhinz has quit IRC | 13:10 | |
*** amitgandhinz has joined #openstack-zaqar | 13:11 | |
*** AAzzal has joined #openstack-zaqar | 13:11 | |
*** AAzza has quit IRC | 13:11 | |
*** AAzzal is now known as AAzza | 13:11 | |
*** AAzza_afk has quit IRC | 13:14 | |
*** amitgandhinz has quit IRC | 13:15 | |
*** itisit has joined #openstack-zaqar | 13:17 | |
*** jimhoagland has joined #openstack-zaqar | 13:24 | |
*** malini1 has joined #openstack-zaqar | 13:37 | |
*** amitgandhinz has joined #openstack-zaqar | 13:45 | |
*** vkmc has joined #openstack-zaqar | 13:59 | |
vkmc | hiii | 14:01 |
malini1 | hello vkmc! | 14:04 |
vkmc | hello malini! | 14:05 |
malini1 | how are you? | 14:06 |
vkmc | I saw that the tempest patch has been merged today \o/ | 14:06 |
vkmc | yaay | 14:06 |
malini1 | yes!!!! | 14:06 |
vkmc | I'm good and you? | 14:06 |
malini1 | Happy that it is finally merged :) | 14:06 |
malini1 | it was a slow ride | 14:06 |
vkmc | it was yeah... | 14:07 |
vkmc | the gates has been so flooded this last week | 14:07 |
*** pfwang has joined #openstack-zaqar | 14:13 | |
*** wpf has quit IRC | 14:15 | |
*** kgriffs|afk is now known as kgriffs | 14:20 | |
*** jimhoagland has quit IRC | 14:21 | |
kgriffs | hello world! | 14:22 |
malini1 | hello kgriffs! | 14:24 |
kgriffs | vkmc: are you working on a new patchset for this? https://review.openstack.org/#/c/114530/ | 14:24 |
kgriffs | malini1: o/ | 14:24 |
vkmc | kgriffs, hi! I am :) | 14:24 |
kgriffs | cool, I know you are anxious to get that merged, so I've been keeping an eye on it | 14:24 |
vkmc | kgriffs, oh thanks for that... I'll upload it soon | 14:25 |
vkmc | I was thinking on add the docs for Redis | 14:25 |
vkmc | add the dependency and generate the config options | 14:25 |
kgriffs | cool | 14:26 |
vkmc | but maybe that should happen after the v1.1 presentation in the summit | 14:26 |
vkmc | what do you think? | 14:26 |
kgriffs | I will be submitted a redis patch ready for review shortly. There are still some todo items, but I think those can go in followup patches | 14:26 |
vkmc | ok :) let's do that | 14:26 |
kgriffs | vkmc: i'm still hoping we can ship redis | 14:27 |
kgriffs | we can say it is beta quality for icehouse and will be rock-solid by kilo | 14:27 |
kgriffs | flaper87: ^^^ | 14:27 |
vkmc | I hope so too... I'll be around during the weekend to do reviews and take advantage of free gates | 14:28 |
kgriffs | heh. "free gates" ==> wishful thinking. :p | 14:31 |
vkmc | I'm optimist haha | 14:31 |
kgriffs | vkmc, flaper87, flwang: status of redis driver here - https://etherpad.openstack.org/p/zaqar-scratch | 14:31 |
vkmc | last weekend was quiet... we'll see the weekend after the end of J-3 haha | 14:31 |
vkmc | s/after/before | 14:31 |
kgriffs | here's hoping! | 14:32 |
*** cpallares has joined #openstack-zaqar | 14:47 | |
flaper87 | o/ | 14:47 |
* flaper87 is back from running | 14:47 | |
flaper87 | Damn it is hot outside | 14:47 |
flaper87 | malini1: since when you changed your name to world ? | 14:48 |
vkmc | flaper87, \o | 14:48 |
malini1 | flaper87: it has always been tht..you never knew? | 14:48 |
flaper87 | malini1: nope :( | 14:48 |
flaper87 | I feel bad | 14:48 |
flaper87 | I should've known that | 14:48 |
malini1 | I am very humble..so usually don't re-assert about me being the world ;) | 14:49 |
malini1 | flaper87: how do you feel abt the graduation request now? | 14:49 |
flaper87 | malini1: I think we should go for it. Now that Kurt took of the redis patch, we're very likely to make it | 14:50 |
flaper87 | I mean, cough cough, we should try | 14:51 |
* flaper87 shouldn't show so much confidence... Dr . Murphy might be hearing | 14:51 | |
kgriffs | flaper87: thanks for your feedback, replied: https://review.openstack.org/#/c/117566/ | 14:51 |
flaper87 | kgriffs: good thought on the 400/404 question. thanks for the insight | 14:54 |
* flaper87 bows to the REST master | 14:54 | |
kgriffs | lol | 14:54 |
* kgriffs is good at pretending | 14:54 | |
flaper87 | kgriffs: any redis patch we should start reviewing? | 14:57 |
flaper87 | kgriffs: malini1 what are your feelings w.r.t graduation now/ | 14:57 |
flaper87 | ? | 14:57 |
kgriffs | flaper87: I am just about to submit a patch that will be ready to review. It will need a followup patch or two to finish up the work items listed under the bp | 14:58 |
kgriffs | see also: https://etherpad.openstack.org/p/zaqar-scratch | 14:58 |
malini1 | As far as tech reqs are concerned, I think we are covered. | 14:59 |
malini1 | I think we should give it a try | 15:00 |
malini1 | flaper87: did you get a chance to talk to any of the TC folks? | 15:00 |
*** jimhoagland has joined #openstack-zaqar | 15:00 | |
flaper87 | malini1: Yes, the feedback was good. | 15:01 |
* kgriffs is testing py33 with redis patch | 15:01 | |
* kgriffs crosses fingers | 15:02 | |
flaper87 | btw, turns out the graduation request is *optional* | 15:02 |
flaper87 | Zaqar, whether we want it or not, will be reviewed next Tuesday | 15:02 |
flaper87 | and the week after | 15:02 |
malini1 | ok :D | 15:02 |
kgriffs | gtk | 15:02 |
malini1 | so let them review us | 15:02 |
flaper87 | Btw, last week is the last chance to land the redis patch | 15:02 |
malini1 | all of us should probably show up | 15:02 |
flaper87 | FeatureFreeze is on Friday | 15:02 |
flaper87 | Yeah, agreed. | 15:02 |
kgriffs | flaper87: I am trying to get all work items done today for that bp | 15:03 |
flaper87 | kgriffs: awesome, thanks. Let us know if we can help with anything. | 15:03 |
kgriffs | worst case, by monday, but the gate being slow... makes me nervous | 15:03 |
flaper87 | vkmc: malini1 flwang lets not be toooooo nitpicky with the redis patch, unless there's a hairy bug there. | 15:03 |
kgriffs | flaper87: once the "baseline" patch lands, we can work on some stuff in parallel | 15:03 |
flaper87 | I think we already uncovered most of them | 15:03 |
flaper87 | kgriffs: awesome | 15:04 |
vkmc | roger that | 15:04 |
kgriffs | (work items listed here: https://etherpad.openstack.org/p/zaqar-scratch) | 15:04 |
flaper87 | kgriffs: thankfully enough, we just have 1 "gate" job | 15:04 |
flaper87 | the rest is just unittests | 15:04 |
kgriffs | vkmc, flwang, malini1: right, but if you see something that should be fixed, but not critical, please note it here | 15:05 |
kgriffs | https://etherpad.openstack.org/p/zaqar-scratch | 15:05 |
malini1 | the gate job is on mongo..so tht shudnt block anything | 15:06 |
* kgriffs cheers | 15:06 | |
* kgriffs hasn't seen any errors reported yet for ZAQAR_TEST_REDIS=1 ZAQAR_TEST_MONGODB=1 tox -e py33 | 15:07 | |
* kgriffs still crossing fingers | 15:07 | |
* flaper87 crosses fingers | 15:07 | |
*** ametts has quit IRC | 15:12 | |
kgriffs | flaper87: I'm seeing some py33 errors from tests.unit.queues.transport.wsgi.test_v1_1.TestFlavorsMongoDB | 15:12 |
flaper87 | kgriffs: mmh, weird. The gate should've caught those | 15:13 |
kgriffs | I guess we aren't gating on py33 + mongo | 15:13 |
flaper87 | ooooooooooooooooooooooooooh wait | 15:13 |
flaper87 | yeah | 15:13 |
flaper87 | DAMNIT! | 15:13 |
kgriffs | u owe me gummy bears | 15:13 |
flaper87 | kgriffs: don't worry about that now, just file a bug and I'll fix them | 15:13 |
flaper87 | kgriffs: no, ask for anything but gummy bears | 15:14 |
flaper87 | PLEASE! | 15:14 |
kgriffs | Happy Birthday! https://bugs.launchpad.net/zaqar/+bug/1363128 | 15:15 |
flaper87 | LOL | 15:16 |
* kgriffs is so generous | 15:16 | |
vkmc | lol | 15:16 |
flaper87 | >.> | 15:16 |
* flaper87 drops something in the channel https://review.openstack.org/#/c/117760/2 | 15:20 | |
vkmc | :o | 15:21 |
* kgriffs runs final test: ZAQAR_TEST_REDIS=1 tox -e py26 | 15:25 | |
*** sriram has quit IRC | 15:25 | |
flaper87 | kgriffs: goooooooooooooood luck with that! | 15:25 |
*** ametts has joined #openstack-zaqar | 15:25 | |
flaper87 | Looking forward to review that patch | 15:25 |
flaper87 | gtg, folks. TTYL | 15:25 |
kgriffs | ttfn | 15:26 |
*** flaper87 is now known as flaper87|afk | 15:26 | |
openstackgerrit | Kurt Griffiths proposed a change to openstack/zaqar: Implements queue, message and claim controllers for Redis https://review.openstack.org/97178 | 15:29 |
openstackgerrit | Kurt Griffiths proposed a change to openstack/zaqar: Do not fail silently when given a bogus claim ID https://review.openstack.org/117566 | 15:29 |
alcabrera | o/ | 15:30 |
openstackgerrit | Kurt Griffiths proposed a change to openstack/zaqar: Add observer role to benchmark tool https://review.openstack.org/116384 | 15:30 |
kgriffs | vkmc, flaper87|afk, alcabrera, flwang, cpallares: start your engines! Need those first two reviewed ASAP. Thanks! | 15:32 |
alcabrera | sure thing, kgriffs | 15:33 |
alcabrera | my engines are worn today, but I'll try to get them reviewed soon. | 15:34 |
kgriffs | please note work items that are marked TODO will be in followup patches: https://blueprints.launchpad.net/zaqar/+spec/redis-storage-driver | 15:34 |
kgriffs | alcabrera: no worries, thanks for any time you can give | 15:34 |
alcabrera | :) | 15:34 |
kgriffs | p.s. - some items will be postponed to Kilo - https://etherpad.openstack.org/p/zaqar-scratch | 15:35 |
kgriffs | waiting on the gate... I'll be back a little later. vkmc: I'll review your doc patch when it's updated. | 15:40 |
kgriffs | ttyl | 15:40 |
vkmc | kgriffs, thanks | 15:40 |
vkmc | ttyl o/ | 15:41 |
kgriffs | o/ | 15:41 |
*** reed has joined #openstack-zaqar | 15:54 | |
openstackgerrit | Victoria Martínez de la Cruz proposed a change to openstack/zaqar: Enhance docstrings for the config reference https://review.openstack.org/117826 | 15:59 |
*** AAzza is now known as AAzza_afk | 16:07 | |
*** amitgandhinz has quit IRC | 16:12 | |
openstackgerrit | Victoria Martínez de la Cruz proposed a change to openstack/zaqar: Enhance docstrings for the config reference https://review.openstack.org/117826 | 16:17 |
*** AAzza_afk is now known as AAzza | 16:18 | |
vkmc | malini, can you review https://review.openstack.org/117826? | 16:21 |
vkmc | is a simple change and I need it for the doc ref | 16:22 |
*** amitgandhinz has joined #openstack-zaqar | 16:25 | |
openstackgerrit | Victoria Martínez de la Cruz proposed a change to openstack/zaqar: Enhance docstrings for the config reference https://review.openstack.org/117826 | 16:26 |
*** reed has quit IRC | 16:28 | |
malini1 | vkmc: done | 16:35 |
vkmc | :) yay | 16:36 |
vkmc | thx | 16:36 |
*** cpallares has quit IRC | 16:37 | |
kgriffs | vkmc: A+ | 16:37 |
*** echevemaster has joined #openstack-zaqar | 16:38 | |
vkmc | kgriffs, thx | 16:38 |
vkmc | I | 16:38 |
kgriffs | nice to see the gate less congested today | 16:38 |
vkmc | I'll update the guide once this gets merged so we can have a clean docs base | 16:38 |
vkmc | oh yeah, it's a relief | 16:39 |
kgriffs | cool, thanks! I can't tell you how much I appreciate you taking the lead on these docs. Huge improvements. | 16:39 |
vkmc | echevemaster, hey! could you fix the pbr issue? | 16:39 |
vkmc | kgriffs, I'm glad to :) thanks for helping me to make them even better | 16:40 |
kgriffs | sure thing. now lets land this plane! | 16:40 |
kgriffs | I've got to go run some errands soon... later today I plan working on the remaining TODO items in the redis bp | 16:41 |
vkmc | cool! I'll be around to help review those | 16:42 |
kgriffs | sweet. enjoy lunch, I'll be back l8r | 16:44 |
kgriffs | o/ | 16:44 |
vkmc | :) thx | 16:45 |
vkmc | ttyl \o | 16:45 |
*** dguerri is now known as dguerri`afk | 16:54 | |
*** reed has joined #openstack-zaqar | 17:05 | |
*** cpallares has joined #openstack-zaqar | 17:10 | |
*** echevemaster has quit IRC | 17:12 | |
*** chandankumar has joined #openstack-zaqar | 17:20 | |
*** malini1 has quit IRC | 17:26 | |
*** alcabrera is now known as alcabrera|afk | 17:32 | |
*** malini1 has joined #openstack-zaqar | 17:34 | |
*** cpallares has quit IRC | 18:10 | |
*** earnThis has joined #openstack-zaqar | 18:11 | |
*** cpallares has joined #openstack-zaqar | 18:17 | |
*** cpallares has quit IRC | 18:19 | |
*** alcabrera|afk is now known as alcabrera | 18:45 | |
*** chandankumar has quit IRC | 18:58 | |
*** chandankumar has joined #openstack-zaqar | 19:11 | |
*** amitgandhinz has quit IRC | 19:15 | |
*** amitgandhinz has joined #openstack-zaqar | 19:16 | |
*** amitgandhinz has quit IRC | 19:20 | |
*** malini1 has quit IRC | 19:29 | |
*** chandankumar has quit IRC | 19:38 | |
*** itisit has quit IRC | 19:51 | |
*** itisit has joined #openstack-zaqar | 19:51 | |
*** kgriffs is now known as kgriffs|afk | 20:08 | |
*** kgriffs|afk is now known as kgriffs | 20:08 | |
*** yograterol has joined #openstack-zaqar | 20:09 | |
*** flwang1 has joined #openstack-zaqar | 20:12 | |
vkmc | something wrong with the DevStack gate? | 20:16 |
*** AAzza is now known as AAzza_afk | 20:26 | |
*** flwang2 has joined #openstack-zaqar | 20:37 | |
*** flwang1 has quit IRC | 20:37 | |
openstackgerrit | Victoria Martínez de la Cruz proposed a change to openstack/zaqar: Adds the API reference to the devs guide https://review.openstack.org/116390 | 20:39 |
*** ametts has quit IRC | 21:01 | |
*** flwang2 has quit IRC | 21:25 | |
openstackgerrit | Victoria Martínez de la Cruz proposed a change to openstack/zaqar: Adds more resources section to to developers guide https://review.openstack.org/117894 | 21:36 |
openstackgerrit | Victoria Martínez de la Cruz proposed a change to openstack/zaqar: Adds more resources section to to developers guide https://review.openstack.org/117894 | 21:40 |
*** alcabrera is now known as alcabrera|afk | 21:49 | |
*** flwang1 has joined #openstack-zaqar | 21:49 | |
*** itisit has quit IRC | 21:52 | |
*** yograterol has quit IRC | 21:52 | |
*** AAzza_afk has quit IRC | 21:52 | |
*** AAzza_afk has joined #openstack-zaqar | 22:01 | |
*** AAzza_afk is now known as AAzza | 22:01 | |
*** yograterol has joined #openstack-zaqar | 22:11 | |
*** earnThis has quit IRC | 22:19 | |
*** lifeless1 is now known as lifeless | 22:56 | |
*** kgriffs is now known as kgriffs|afk | 23:32 | |
*** kgriffs|afk is now known as kgriffs | 23:32 | |
*** notmyname has joined #openstack-zaqar | 23:43 | |
notmyname | what's up with queues these days? | 23:44 |
notmyname | actually, there is one main thing I'm curious about | 23:45 |
notmyname | what's the current goal? is zaqar a provisioner for queues, or does zaqar implement a durable queue service? | 23:46 |
* notmyname hopes it's still the latter | 23:47 | |
*** reed has quit IRC | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!