| 16 | | * some big ippToPsps changes to improve usability: |
| 17 | | * configs are now stored in a database table |
| 18 | | * created base-class for all programs which: |
| 19 | | * sets up config and logger |
| 20 | | * handles graceful exiting (including catching Ctrl-C) |
| 21 | | * handles pausing, killing and checking for config changes via Db |
| 22 | | * instead of each loader client queuing stuff up, a 'queue' program writes a list in the db for all clients to see: |
| 23 | | * this required some new tables: pending is stored by 'boxes' on sky so that the new DVO ingest code can be used if necessary |
| 24 | | * these and some other database tables now use foreign key relationships with cascading delete enabled for safety |
| 25 | | * wrote plotter program to create nice density plot of still-to-be-processed stuff for a given config |
| 26 | | * all loaders now automatically choose an available scratch database. |
| | 16 | * some big ippToPsps changes to improve usability: |
| | 17 | * configs are now stored in a database table |
| | 18 | * created base-class for all programs which: |
| | 19 | * sets up config and logger |
| | 20 | * handles graceful exiting (including catching Ctrl-C) |
| | 21 | * handles pausing, killing and checking for config changes via Db |
| | 22 | * instead of each loader client queuing stuff up, a 'queue' program writes a list in the db for all clients to see: |
| | 23 | * this required some new tables: pending is stored by 'boxes' on sky so that the new DVO ingest code can be used if necessary |
| | 24 | * these and some other database tables now use foreign key relationships with cascading delete enabled for safety |
| | 25 | * wrote plotter program to create nice density plot of still-to-be-processed stuff for a given config |
| | 26 | * all loaders now automatically choose an available scratch database. |