Oxen-AI / Oxen

Oxen.ai's core rust library, server, and CLI
https://oxen.ai
Apache License 2.0
176 stars 11 forks source link

check if df exists in the df_size cacher and skip if it does not #299

Closed gschoeni closed 4 months ago

gschoeni commented 4 months ago

@benartuso some migrations were failing because a version file was not present. I am guessing these are pushes that failed. Skipping these files instead of erroring the migration, because they will just have to push again.