We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup a daily cron job to purge historic date. Let's keep only data for the last 30 days for start.
Here is a query we can run manually for now (remember to update the date filter):
DELETE FROM spark_rounds WHERE created_at < '2023-11-01T00:00:00.000Z';
The text was updated successfully, but these errors were encountered:
We are no longer keeping historical measurements, see #187 and #188.
What's remaining:
spark_rounds
retrieval_tasks
commitments
Sorry, something went wrong.
No branches or pull requests
Setup a daily cron job to purge historic date. Let's keep only data for the last 30 days for start.
Here is a query we can run manually for now (remember to update the date filter):
The text was updated successfully, but these errors were encountered: