search for: myjob

Displaying 5 results from an estimated 5 matches for "myjob".

2011 May 25
0
indentify delayed_job with display_name
Hi, I just found this solution for identifying a job in the job table: http://stackoverflow.com/questions/3638250/how-to-cancel-scheduled-job-with-delayed-job-in-rails They are using this code: class MyJob < Struct.new(:user_id); def perform # ... end def display_name return "MyJob-User-#{user_id}" end end # store reference to a User my_job = MyJob.new(User.first.id) # users.id is 1 job = Delayed::Job.enqueue(my_job, 0, 1.hour.from_now) job.name # =>...
2008 Dec 02
2
command files
Since I'm a SAS programmer, I'm used to creating command files in an editor for submission later. Is there a way to do this in R? I'd need to retain an ouput listing and a log to check for errors. _________________________________________________________________ Send e-mail faster without improving your typing skills. d_122008 [[alternative HTML version deleted]]
2013 Jan 07
0
[JOB] Need top-level Ruby on Rails Developers for NYC and DC
...ementing, and maintaining Ruby on Rails based components in a consumer facing web environment - Experience in XHTML (HTML 5 a plus), Javascript, CSS and general Web 2.0 techniques required - Conceptualize and build efficient, well-organized web *applications*<http://www2.jobdiva.com/employers/myjobs/vieweditjobform.jsp?jobid=3360292&time=1211376654184&dashboard=1&position=13>- Work on all levels of the technical stack, from front-end styling to back-end coding - Be familiar with trends in web design and technologies - Rapidly solve problems and bugs - Experience with object o...
2006 Apr 28
0
rq-2.3.2
...ssion. the stdout and stderr of the job are also captured as the job is run. all three streams are captured in files located relative to the queue. so, if one has submitted a job, and it''s jid was shown to be 42, by using something like ~ > rq /path/to/q submit myjob --stdin=myjob.in --- - jid : 42 priority : 0 ... stdin : stdin/42 stdout : stdout/42 stderr : stderr/42 ... command : myjob the stdin file will exists as soon as the job is submitted and the others will...
2006 Jun 08
0
rq-2.3.3
...ssion. the stdout and stderr of the job are also captured as the job is run. all three streams are captured in files located relative to the queue. so, if one has submitted a job, and it''s jid was shown to be 42, by using something like ~ > rq /path/to/q submit myjob --stdin=myjob.in --- - jid : 42 priority : 0 ... stdin : stdin/42 stdout : stdout/42 stderr : stderr/42 ... command : myjob the stdin file will exists as soon as the job is submitted and the others will...