Fork me on GitHub
#onyx
<
2016-07-02
>
michaeldrogalis00:07:56

@dspiteself: Our release process is another thing I need to eventually write about. It's set up so we can have fast turn around times. Every time we push to master of Onyx core, all 15 or so dependent projects/guides/tutorials/docs rebuild with the changeset from master to check for backward-compatibility issues.

michaeldrogalis00:07:12

Actually, just counted. 20 dependent projects.

conradj302:07:12

Anyone available?

michaeldrogalis03:07:40

@conradj3: For a few minutes, yes.

asolovyov13:07:59

I'm not sure where exactly it's thrown and I can't reproduce it in repl

lucasbradstreet13:07:39

@asolovyov: is this taken from onyx.log?

asolovyov13:07:22

nope, that's from onyx dashboard

asolovyov13:07:30

not seeing this exception in the logs at all 😞

asolovyov13:07:12

just found it

lucasbradstreet13:07:14

Hmm, that part is weird. Anyway, it looks like what happened is onyx-http got a 400 return code and threw an exception

asolovyov13:07:24

yeah I guess so

asolovyov13:07:27

well, not onyx-http

asolovyov13:07:34

I'm just doing a request by hands 🙂

lucasbradstreet13:07:45

Looks like clj-http threw an exception as describe here: https://github.com/dakrone/clj-http#exceptions

lucasbradstreet13:07:00

Then flow conditions / handle-exception didn’t handle it, so your job was killed

asolovyov13:07:15

yeah, that's ok, now I know where this happens and can discover more

asolovyov13:07:23

weird thing is that it doesn't happen in repl 😕

asolovyov13:07:11

it still should be an error in my code of course

asolovyov15:07:45

is this expected? 🙂

lucasbradstreet15:07:54

Ah, that one is fixed in 0.9.7. Not sure how it didn’t popup earlier

asolovyov15:07:08

I'll need to update 🙂

lucasbradstreet16:07:12

Should be out v v soon

lucasbradstreet16:07:28

Once we fix our broken release process

michaeldrogalis20:07:33

I "fixed" it a couple of weeks okay. Now we're fixing it again. 😄