search for: myjobs

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

Did you mean: 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 =
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 or...
2006 Apr 28
0
rq-2.3.2
NAME rq v2.3.2 SYNOPSIS rq (queue | export RQ_Q=q) mode [mode_args]* [options]* URIS http://raa.ruby-lang.org/project/rq/ http://www.linuxjournal.com/article/7922 DESCRIPTION ruby queue (rq) is a zero-admin zero-configuration tool used to create instant linux clusters. rq requires only a central nfs filesystem in order to manage a simple sqlite database as a distributed
2006 Jun 08
0
rq-2.3.3
HISTORY --- 2.3.3: - fixed bug in updater related to io files (see tmp_stdin in jobqueue.rb) - [IMPORTANT] removed feature where stdin jobs could contain comments (''#''). input lines are now taken literally __except__ blank lines, which are still ignored. - added ability to dump stdin/stdout/stderr for any job rq q stdout 42