Fork me on GitHub
#onyx
<
2016-07-13
>
asolovyov17:07:15

@michaeldrogalis: BTW, I always forget to tell you - we're (http://modnakasta.ua) running Onyx in production for a month already 🙂

michaeldrogalis17:07:27

Oh hell yeah 😄

asolovyov17:07:33

it took a bit longer than I expected because of detour in different project, but it's running well!

michaeldrogalis17:07:42

Can we add your logo to the GitHub readme?

asolovyov17:07:10

I'll give you one I guess, the one on main page looks bad on white background IIRC

michaeldrogalis17:07:44

Awesome, much appreciated. How has it been behaving under production load?

asolovyov17:07:15

well... I don't notice it :-))

asolovyov17:07:49

I mean it just works and there is no issues, so I'm not exactly looking after it

asolovyov17:07:26

it'll get more functionality, that'll show something, right now we're doing more or less simple stuff

michaeldrogalis17:07:45

Cool, sounds smooth enough. 🙂

asolovyov17:07:35

though our old system in python pushed out orders from db with the speed of 5-10 orders per second, and onyx-based one with single peer per task (we're taking it slow) does around 50-100 one by one (python's one was in batches)

asolovyov17:07:10

so it's totally constrained right now by our ability to take orders from clients :))

michaeldrogalis17:07:25

As long as it's working reliably, that's good news. 😄

asolovyov17:07:33

it died once for a day since we forgot about it and changed schema in database rather abruptly because of something, and it catched up for a day in less than an hour

asolovyov17:07:53

so yeah, maybe more than 100 a second

asolovyov17:07:59

whatever, it's not really a lot of load right now

asolovyov17:07:32

I'm just happy that I have a place where I can add tasks and have them done, rather than what we had before plus writing tests is a breeze unlike before 🙂

michaeldrogalis17:07:12

Hoorah. Living up to its purpose.

michaeldrogalis17:07:40

Yeah, just DM me a logo when you get a chance. I think GitHub can do SVGs okay, but the white background will make the white text on the website invisible

asolovyov17:07:18

yeah, I've already asked for it, just waiting now

michaeldrogalis17:07:45

Cool. Cheers, awesome to hear about solid production experiences.