Opened 6 years ago
Last modified 6 years ago
#1870 closed defect
"watch" option in wcst_import — at Version 5
Reported by: | Dimitar Misev | Owned by: | ahambasan |
---|---|---|---|
Priority: | major | Milestone: | 9.7 |
Component: | wcst_import | Version: | development |
Keywords: | Cc: | Vlad Merticariu, Peter Baumann, Bang Pham Huu | |
Complexity: | Medium |
Description (last modified by )
In the case of a growing archive of data (where new data is continuously being added), it would be convenient to automatically ingest this data in rasdaman as soon as it becomes available.
The idea is to support this through an option for wcst_import.sh:
--watch [interval (seconds)]
By default interval=3600 if none is specified.
When --watch
is specified:
interval
is as specified, or 3600 (1 hour) otherwise--daemon
is implied- The daemon runs the ingestion as usual and waits for it to finish
1.After the first execution of wcst_import.py finished, daemon waits for interval
seconds, then runs wcst_import.py again, and so on in a cycle
Change History (5)
comment:1 by , 6 years ago
Description: | modified (diff) |
---|
comment:2 by , 6 years ago
Description: | modified (diff) |
---|
comment:3 by , 6 years ago
Description: | modified (diff) |
---|
comment:4 by , 6 years ago
Description: | modified (diff) |
---|
comment:5 by , 6 years ago
Description: | modified (diff) |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.