Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-02 | Change from 'pending' to 'started' on entry to script. | Frederick Muriuki Muriithi | |
Update the status of the job from 'pending' to 'started' at the entry-point of the script. | |||
2024-11-22 | Use gn-libs code for db connection. | Frederick Muriuki Muriithi | |
Use the code in gn-libs to connect to the database, rather than a local module. | |||
2024-10-24 | Move logger creation to `build_main` function | Frederick Muriuki Muriithi | |
Since the module-level loggers are built mostly the same, move the creation of the logger to the more general function to reduce repetition. | |||
2024-10-14 | BugFix: Use provided prefix | Frederick Muriuki Muriithi | |
Use the provided prefix rather than calling `jobs.jobsnamespace()` function that depends of an app context existing. | |||
2024-07-25 | Rename module: qc_app --> uploader | Frederick Muriuki Muriithi | |
2024-01-23 | Update scripts to use redis prefix. | Frederick Muriuki Muriithi | |
2024-01-19 | scripts: Process R/qtl2 bundle | Frederick Muriuki Muriithi | |
Build script to start the processing of the R/qtl2 bundle. | |||
2024-01-15 | Extract common structure into separate modules. | Frederick Muriuki Muriithi | |