| Age | Commit message (Collapse) | Author | 
|---|
|  | Pass the redis connection on to the function used to build main since
it might need to use a connection to redis.
Also pass the computed fully qualified job id rather than recomputing
it every time.
Update dependent functions to take the new arguments. | 
|  | Put everything in the build_main function within a try-catch block to
ensure we capture all exceptions that might occur in different scripts
and log them out.
This helps with debugging errors in the asynchronous scripts. | 
|  |  | 
|  | Update the status of the job from 'pending' to 'started' at the
entry-point of the script. | 
|  | Use the code in gn-libs to connect to the database, rather than a
local module. | 
|  | Since the module-level loggers are built mostly the same, move the
creation of the logger to the more general function to reduce
repetition. | 
|  | Use the provided prefix rather than calling `jobs.jobsnamespace()`
function that depends of an app context existing. | 
|  |  | 
|  |  | 
|  | Build script to start the processing of the R/qtl2 bundle. | 
|  |  |