Nick Sauro

Results 4 issues of Nick Sauro

When creating a custom release process, I run into trouble testing because the files which I'm changing trigger the "dirty" vcs check, and then the release process doesn't run. It...

When creating a Dispatcher right now, the Dispatcher constructor returns immediately, even though behind the scenes there is still some initialization going on. We should change this to return a...

enhancement
scope:medium
discussion needed
API change

Originally, QueryStatus was used by the AutoScaler, but has since changed. QueryStatus is now only used by tests to access an Actor's state. We should investigate this a bit more...

scope:small
discussion needed
Priority: Low
comp:specs
cleanup

The orchestration of shutdown between QueueProcessor, Queue and Workers is a bit duplicative in terms of who is watching who. Currently the QueueProcessor receives the initial `Shutdown` message, and then...

enhancement
scope:medium
discussion needed