ThiagoLelis-backgroundjob 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/TODO DELETED
@@ -1,40 +0,0 @@
1
-
2
- ? the whole gem_path thing is still fubar
3
-
4
- ? commands need quoting, esp for windows, "c:\Documents And..." etc
5
-
6
- - signals not operating properly on windows , non critical error tho...
7
-
8
- - need to figure out how to cache connections for Bj.in(...)
9
-
10
- - ttl will be added. maxing it out will cause auto-resubmission (Steve Midgley)
11
-
12
- - is having the runner thread try forever to start the process the best thing?
13
-
14
- - allow easy way to run ruby code. perhaps ./script/runner 'eval STDIN.read'
15
- is good enough
16
-
17
- - allow easy way to run ruby code that persists
18
-
19
- - allow specification of runner on submit (--runner)
20
-
21
- - allow specification of tags a runner will consume (--tag)
22
-
23
- - flesh out the cli interface - it's a test only at this point
24
-
25
- - test in windows
26
-
27
- ================================================================================
28
-
29
- X ./script/console submission hangs on windows
30
- X default PATH setting
31
- X install issues for dave? - gem_path...
32
- X main only loaded for (bin|script)/bj
33
- X make it possible to declare externally managed runners
34
- X restartable will be added. true by default (Steve Midgley)
35
- X do the lifeline inline with the loop
36
- X need to address the serialzable writer issue (:lock => true ??)
37
- X migrations use --force
38
- X i forget to add "#{ Bj.ruby } ... " to the generate command
39
- X ./script/bj must be found in path before c:/.....bin/bj
40
- X make sure database.yml is loaded via YAML::load(ERB.new(File.read * "config/database.yml").result)
data/rakefile DELETED
@@ -1,3 +0,0 @@
1
- task :foobar do
2
- puts 42
3
- end