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 |
| 13 | 3. 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. |