Re: handling agent errors

2014-08-12 Thread Brian Craft
On Tuesday, August 12, 2014 9:59:54 AM UTC-7, Brian Craft wrote: > > > > On Monday, August 11, 2014 10:08:09 PM UTC-7, Jeremy Heiler wrote: >> >> On Mon, Aug 11, 2014 at 3:07 PM, Brian Craft wrote: >> >>> Two questions, really. I'm running large batch jobs with an agent. The >>> jobs may fail i

Re: handling agent errors

2014-08-12 Thread Brian Craft
On Monday, August 11, 2014 10:08:09 PM UTC-7, Jeremy Heiler wrote: > > On Mon, Aug 11, 2014 at 3:07 PM, Brian Craft > wrote: > >> Two questions, really. I'm running large batch jobs with an agent. The >> jobs may fail in any number of unanticipated ways (due to user input), so I >> do a try/ca

Re: handling agent errors

2014-08-11 Thread Jeremy Heiler
On Mon, Aug 11, 2014 at 3:07 PM, Brian Craft wrote: > Two questions, really. I'm running large batch jobs with an agent. The > jobs may fail in any number of unanticipated ways (due to user input), so I > do a try/catch in the agent, log any errors, and continue with the next job. > > First quest

handling agent errors

2014-08-11 Thread Brian Craft
Two questions, really. I'm running large batch jobs with an agent. The jobs may fail in any number of unanticipated ways (due to user input), so I do a try/catch in the agent, log any errors, and continue with the next job. First question: how to deal with OOM (the Xmx limit, not the OS out of

Re: Agent errors

2010-10-05 Thread Randy Hudson
ee Spector wrote: > On Oct 5, 2010, at 8:31 PM, Lee Spector wrote: > > > > > Do I understand this correctly to mean that the new and improved way that > > agent errors are handled in 1.2 is to fail silently and leave any pending > > awaits hanging without comment? I

Re: Agent errors

2010-10-05 Thread Lee Spector
On Oct 5, 2010, at 8:31 PM, Lee Spector wrote: > > Do I understand this correctly to mean that the new and improved way that > agent errors are handled in 1.2 is to fail silently and leave any pending > awaits hanging without comment? I'm having a hard time imagining how t

Agent errors

2010-10-05 Thread Lee Spector
On Oct 3, 2010, at 6:54 PM, Randy Hudson wrote: > Oops, that changes doc is > http://github.com/clojure/clojure/blob/1.2.x/changes.txt Do I understand this correctly to mean that the new and improved way that agent errors are handled in 1.2 is to fail silently and leave any pending

Re: Agent errors reporting

2008-11-18 Thread Rich Hickey
On Tue, Nov 18, 2008 at 3:14 AM, Toralf Wittner <[EMAIL PROTECTED]>wrote: > On Sun, 2008-11-16 at 01:35 +0100, [EMAIL PROTECTED] wrote: > > Currently agent errors are only reported when the agent is derefenced > > or further actions are dispatched to the agent. It would be

Re: Agent errors reporting

2008-11-18 Thread Toralf Wittner
On Sun, 2008-11-16 at 01:35 +0100, [EMAIL PROTECTED] wrote: > Currently agent errors are only reported when the agent is derefenced > or further actions are dispatched to the agent. It would be great if > one can get immediate notification of agent errors maybe through a > callback. I

Agent errors reporting

2008-11-15 Thread ntupel
Currently agent errors are only reported when the agent is derefenced or further actions are dispatched to the agent. It would be great if one can get immediate notification of agent errors maybe through a callback. Thanks, nt --~--~-~--~~~---~--~~ You received