Make sure Wikidata entity dump scripts run for only a limited time, by using the new features introduced in T177550: Allow dumping only entities in a certain page_id range in each maintenance script run (days: 1).
Steps:
- Find out how many entities/pages we need to include, so that the scripts run for about 1-2 hours. -> 400,000 per run (initially)
- Wait for at least 1.31.0-wmf.28, better 1.31.0-wmf.29 (so that we're safe from branch rollbacks) to be deployed.
- Adapt the JSON dump bash-scripts for this.
- Adapt the RDF dump bash-scripts for this. Also use --part-id as needed (T185589).