[00:00:14] Coren: I apologise in advance for when my bot fork bombs your grid [00:00:42] Damianz: I'm too paranoid for that to be possible. :-) [00:03:22] It'll be interesting how things ends, if not fork bomb I suspect crash when there's a load of changes at peak due to lack of resources. Missing cgroups and selinux policies right now, but do spend all day making embedded things sing [00:03:31] it got through ~1.7mio revisions in the last 1.5hours [09:58:19] I started a job with jsub and wonder if it will rerunn after finished... if so, is it possible to change that? [12:21:03] lbenedix: No, by default jobs started with jsub won't restart when they end. You want jstart for this. [12:21:26] okay [12:21:33] great [16:48:02] YuviPanda: ping? [16:50:28] Or, hm… anyone here used uwsgi? Coren for example? [16:51:36] andrewbogott: I know a little about it. What's up? [16:52:35] I'm trying to launch a flask service with uwsgi, but without fail it says ' no app loaded. going in full dynamic mode' [16:52:47] Any suggestions for how to squeeze some debugging info out of this? [16:54:33] I suspect that the version of uwsgi on precise is old enough that none of the online docs are accurate [16:54:46] (for example, it seems not to take many of the args that the howtos include) [16:59:11] Coren: https://bugzilla.wikimedia.org/show_bug.cgi?id=56326 [16:59:27] this is serious issue, I even had to switch one of my jobs to run localy on -login instead because of that [16:59:46] howcome -login provide packages that aren't in repository which is being used by exec? [17:00:03] wtf do you need doxygen on an exec node at all? [17:00:20] I have a periodical job that generate documentation for source code [17:00:30] it run everytime when a commit is submitted to repository [17:00:41] it was running for months with no troubles [17:00:48] http://tools.wmflabs.org/huggle/docs/head/ [17:00:57] Hm. Interesting use case. [17:01:04] I'll look into it. [17:01:35] I am pretty sure mediawiki is doing same [17:01:47] it just run on some production server instead [17:01:56] I mean mw devs [17:09:24] coren, any suggestion? Or do you have a minute to poke at it yourself? (Probably I am doing something transparently dumb) [17:18:06] andrewbogott: I don't think I know enough to be actually useful, but I'll take a peek at it. [17:18:38] Coren, I anticipate you asking questions like "Why the heck would you do X?" which should guide me in the right direction :) [17:19:05] instance proxy-abogott-8 in /data/project/foo... [17:19:15] foo.ini is my attempt at a uwsgi config [17:19:27] (although ultimately I'd prefer to invoke via commandline without an ini) [21:32:08] Coren, any ideas? I tried asking in #uwsgi but.. well, 67 members and it's the quietest IRC channel I've ever seen. [21:33:02] andrewbogott: Nothing I can see, honestly; that I'm not familiar with python doesn't help me one bit tbh. [21:33:30] ok, thanks. Docs say that when I get that error I should 'double-check' the module and path. Not helpful. [23:10:45] andrewbogott: sorry was in meetings all day [23:25:37] no worries -- I'm just frustrated with uwsgi.