- D6064 landed
- manual cleanup:
- the apache vhost was removed by puppet
- /var/www/stats.export.softwareheritage.org directory removed
- the crontab was removed by puppet
- /usr/local/bin/export_archive_counters.py file removed
- /usr/local/share/swh-data directory removed
- the refresh of the database counter is now scheduled each monday at 6:29 AM
postgres@belvedere:~$ crontab -l | grep counter 29 6 * * mon /usr/bin/chronic /usr/bin/flock -xn /srv/softwareheritage/postgres/swh-update-counter.lock /usr/bin/psql -p 5433 softwareheritage -c "select swh_update_counter(object_type) from object_counts where single_update = true order by last_update limit 1"