-
I'm using rufus-scheduler to schedule a heap of crawling tasks that need to run regularly. Every time a task is run, rufus fires off a different thread. This means that octopus opens a new DB connecti…
johnf updated
11 years ago
-
Better support for testing models and controllers.
-
General needs (should tie into `Collection`):
- Organize tasks in a logical namespace tree instead of a flat namespace
- Emphasis on _logical_ - while module level scanning for Tasks should be an op…
-
I think we can all agree that progress is crawling to a hold. The best way to save the project is to really start organizing it.
Scrap everything we have and know and thought of, just, scrap it and p…
-
When I use the package rmr, I find it is useful to specify the number of mappers and reducers through the arguments 'backend.parameters'. But in rmr2, when I set this arguments, I can not get the desi…
-
Problem
The `TextureManager` class currently has no less than 56 methods that do basically the same thing: add textures.
This is a proposal to simplify the API and to make the TextureManager more co…
-
See http://scottchacon.com/2011/08/31/github-flow.html.
I would like to open a discussion on how we might use github to better improve our workflow, which I think will improve the adoption of QCubed…
-
### Description
Consider using python decorator(s) to define the tasks in fabfile (instead of listing all the callable objects as a tasks).
While I prefer this explicit way, using decorators is also…
-
For example, when registering a new feed, guide new or infrequent users regarding what "short codes" might be permissible (is this free form text, a fixed number of characters, a set of specific optio…
-
### Description
Fabric currently uses the simplest approach to the most common use case, but as a result is quite naive and not threadsafe, and cannot easily be run in parallel even by an outside age…