Code Monkey home page Code Monkey logo

burden's People

Contributors

iristyle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

burden's Issues

Potential bug - investigate?

Really old comments.. not sure if they're relevant anymore

  • BUG in concurrency code -- when filtering on inputs and reducing incoming duplicates, it also necessary to grab multiples out of 'pending' to delete
  • potential bug in concurrency code... CancelQueuedAndWaitForExecutingJobsToComplete(TimeSpan.FromSeconds(20)) should maybe just delegate to calling dispose on the queue under the hood

Old disposed exception -- not sure if relevant any longer

This could be garbage... but here it is anyhow!

Exception:
Message: Cannot access a disposed object.
Object name: 'this'.
Source: EPS.Concurrency
StackTrace:
   at EPS.Concurrency.ManualJobExecutionQueue`2.ThrowIfDisposed() in C:\Source\Labs.Master\Common\EPS.Concurrency\ManualJobExecutionQueue.cs:line 111
   at EPS.Concurrency.ManualJobExecutionQueue`2.StartUpTo(Int32 maxConcurrentlyRunning) in C:\Source\Labs.Master\Common\EPS.Concurrency\ManualJobExecutionQueue.cs:line 338
   at EPS.Concurrency.AutoJobExecutionQueue`2.OnJobCompleted(Job job, TJobOutput jobResult, Exception exception) in C:\Source\Labs.Master\Common\EPS.Concurrency\AutoJobExecutionQueue.cs:line 66
   at EPS.Concurrency.ManualJobExecutionQueue`2.<>c__DisplayClass14.<StartJob>b__10(TJobOutput result) in C:\Source\Labs.Master\Common\EPS.Concurrency\ManualJobExecutionQueue.cs:line 407
   at System.Reactive.AnonymousObserver`1.Next(T value)
   at System.Reactive.AbstractObserver`1.OnNext(T value)
   at System.Reactive.AnonymousObservable`1.AutoDetachObserver.Next(T value)
   at System.Reactive.AbstractObserver`1.OnNext(T value)
   at System.Reactive.ScheduledObserver`1.<>c__DisplayClass562.<Next>b__560()
   at System.Reactive.ScheduledObserver`1.<E
   nsureActive>b__55d(Action self)
   at System.Reactive.Concurrency.Scheduler.<Schedule>b__0(Action`1 _action, Action`1 self)
   at System.Reactive.Concurrency.Scheduler.<>c__DisplayClassb`1.<InvokeRec1>b__8(TState state1)
   at System.Reactive.Concurrency.Scheduler.InvokeRec1[TState](IScheduler scheduler, Pair`2 pair)
   at System.Reactive.Concurrency.ImmediateScheduler.Schedule[TState](TState state, Func`3 action)
   at System.Reactive.Concurrency.Scheduler.Schedule[TState](IScheduler scheduler, TState state, Action`2 action)
   at System.Reactive.Concurrency.Scheduler.Schedule(IScheduler scheduler, Action`1 action)
   at System.Reactive.ScheduledObserver`1.EnsureActive()
   at System.Reactive.Linq.Observable.ObserveOnObserver`1.Next(T value)
   at System.Reactive.AbstractObserver`1.OnNext(T value)
   at System.Reactive.AnonymousObservable`1.AutoDetachObserver.Next(T value)
   at System.Reactive.AbstractObserver`1.OnNext(T value)
   at System.Reactive.Subjects.AsyncSubject`1.OnCompleted()
   at System.Reactive.Linq.Observable.<>c__DisplayClass71`2.<>c__DisplayClass73.<ToAsync>b__70()
   at System.Reactive.Concurrency.Scheduler.Invoke(IScheduler scheduler, Action action)
   at System.Reactive.Concurrency.ThreadPoolScheduler.<>c__DisplayClass1`1.<Schedule>b__0(Object _)
   at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
   at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
Exception:
Message: Cannot access a disposed object.
Object name: 'this'.
Source: EPS.Concurrency
StackTrace:
   at EPS.Concurrency.ManualJobExecutionQueue`2.ThrowIfDisposed() in C:\Source\Labs.Master\Common\EPS.Concurrency\ManualJobExecutionQueue.cs:line 111
   at EPS.Concurrency.ManualJobExecutionQueue`2.StartUpTo(Int32 maxConcurrentlyRunning) in C:\Source\Labs.Master\Common\EPS.Concurrency\ManualJobExecutionQueue.cs:line 338
   at EPS.Concurrency.AutoJobExecutionQueue`2.OnJobCompleted(Job job, TJobOutput jobResult, Exception exception) in C:\Source\Labs.Master\Common\EPS.Concurrency\AutoJobExecutionQueue.cs:line 66
   at EPS.Concurrency.ManualJobExecutionQueue`2.<>c__DisplayClass14.<StartJob>b__10(TJobOutput result) in C:\Source\Labs.Master\Common\EPS.Concurrency\ManualJobExecutionQueue.cs:line 407
   at System.Reactive.AnonymousObserver`1.Next(T value)
   at System.Reactive.AbstractObserver`1.OnNext(T value)
   at System.Reactive.AnonymousObservable`1.AutoDetachObserver.Next(T value)
   at System.Reactive.AbstractObserver`1.OnNext(T value)
   at System.Reactive.ScheduledObserver`1.<>c__DisplayClass562.<Next>b__560()
   at System.Reactive.ScheduledObserver`1.<EnsureActive>b__55d(Action self)
   at System.Reactive.Concurrency.Scheduler.<Schedule>b__0(Action`1 _action, Action`1 self)
   at System.Reactive.Concurrency.Scheduler.<>c__DisplayClassb`1.<InvokeRec1>b__8(TState state1)
   at System.Reactive.Concurrency.Scheduler.InvokeRec1[TState](IScheduler scheduler, Pair`2 pair)
   at System.Reactive.Concurrency.ImmediateScheduler.Schedule[TState](TState state, Func`3 action)
   at System.Reactive.Concurrency.Scheduler.Schedule[TState](IScheduler scheduler, TState state, Action`2 action)
   at System.Reactive.Concurrency.Scheduler.Schedule(IScheduler scheduler, Action`1 action)
   at System.Reactive.ScheduledObserver`1.EnsureActive()
   at System.Reactive.Linq.Observable.ObserveOnObserver`1.Next(T value)
   at System.Reactive.AbstractObserver`1.OnNext(T value)
   at System.Reactive.AnonymousObservable`1.AutoDetachObserver.Next(T value)
   at System.Reactive.AbstractObserver`1.OnNext(T value)
   at System.Reactive.Subjects.AsyncSubject`1.OnCompleted()
   at System.Reactive.Linq.Observable.<>c__DisplayClass71`2.<>c__DisplayClass73.<ToAsync>b__70()
   at System.Reactive.Concurrency.Scheduler.Invoke(IScheduler scheduler, Action action)
   at System.Reactive.Concurrency.ThreadPoolScheduler.<>c__DisplayClass1`1.<Schedule>b__0(Object _)
   at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
   at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.