"watch" option in wcst_import
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
- 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
(10)
Description: |
modified (diff)
|
Description: |
modified (diff)
|
Description: |
modified (diff)
|
Description: |
modified (diff)
|
Description: |
modified (diff)
|
Owner: |
changed from bphmahuu to ahambasan
|
Status: |
new → assigned
|
Description: |
modified (diff)
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
What is the desired behavior of:
Should this command change the interval of time the daemon waits before it runs wcst_import.py again?