Changes between Version 2 and Version 3 of Ticket #1870


Ignore:
Timestamp:
Oct 26, 2018, 9:04:37 AM (6 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1870 – Description

    v2 v3  
    11111. User executes `wcst_import.sh`
    12122. wcst_import.sh ingests the currently available data as collected by the "paths"
    13 3. Rather than exiting at the end, it continues running as a daemon (relevant: [https://pypi.org/project/python-daemon/ python-daemon]) that regularly checks for new data. When new data becomes available, the ingestion is automatically done with the same ingredients file to update the coverage.
    14  - starting `wcst_import.sh` on the same ingredients file while the daemon is already running should exit with an error in this case, and the daemon keeps running
     133. Rather than exiting at the end, it continues running as a daemon (#1896) that regularly checks for new data. When new data becomes available, the ingestion is automatically done with the same ingredients file to update the coverage.
    1514
    16 Some extra useful stuff:
    17 1. Add options to wcst_import for daemon control (start/stop/status), e.g:
    18 {{{
    19 wcst_import.sh ingredients.json --daemon status
    20 }}}
     15'''Note:''' This ticket depends on fixing #1896 first