Change check_vectors task to skip if requested end is after now, instead of requested start
All threads resolved!
Compare changes
+ 1
− 1
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 22 April 2025 starting at approximately 9am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk. This maintenance will be upgrading the GitLab database in order to be ready for the migration.
Fix a bug where the check_vectors task would try to run even if the end of the requested time was in the future. This would then ask for a StateVector check with data that didn't yet exist.
Should help address #614 (closed), though I don't think it fixes it completely (since there appear to be events where this failure happens even for non-EW events, which occur in the past).