Simon Mathieu
Simon Mathieu
I would expect a task named `qc:clear` to delete of the tasks from the queue, not process them. I'd agree that `qc:start` and `qc:work` would be better, but unfortunately, we...
The code is fine, but I worry about how this project is evolving. QC was originally designed (as far as I understand) to have a simple and limited interface for...
@senny has convinced me that this is valuable, but I'm still not convinced this interface is the right one. Maybe we can limit the scope of change by making the...
It's also not working for me. After some digging, it seems that Jasmine 2.0 is hiding most of its internal, so it's much harder to implement something like this :(
I'll definitely test your branch as soon as I get a chance. Looking at the source code, it does look like this won't support booting multiple VMs from different Vagrantfile....
I think it would be nice to have least have an optional callback when the name is invalid. That way, I could at least raise an exception in development and...
Any progress on this? We've just got burned again by this :(
That would work as long as I can call the same validation code that is used on submission. Thanks for looking into this
This was because `seconds * 1000` can return a `Float` rather than an `Integer`. Would be nice to get an `ArgumentError` if the input is the wrong type.
No. Removing the sort column for this makes the most sense I think.