Agis Anastasopoulos

Results 52 comments of Agis Anastasopoulos

Right, currently we don't support passing tags, simply because we haven't encountered the need to. It's certainly a valid feature though. I guess it would involve somehow passing the tags...

I think you're running onto https://github.com/rspec/rspec-core/issues/2767. This is a known issue for which we never got to the bottom of, because it didn't affect us (our builds finish way before...

Each worker prints its output to stdout, so this can be done simply by redirecting its stdout to a file or something. Do we really need to have something built...

Thanks for the kind words @andrewhampton! I'm open to incorporating a separate executable that would take care the job of spinning up multiple rspecq workers in the same host. However,...

Would something like that help with your use case?

It would be great if someone could just clone the repo (or `go get` it) and then follow some steps and actually schedule a job. We could provide a sample...

I think this should be provided for cases where more control over how the transports are used is required. An idea that just popped to mind: ```shell $ mistry build...

I think we have to do this the other way round. Complete #39 first, and remove BuildInfo.StartedAt.