Amazing to have continued updates. Sadly
Amazing to have continued updates. Sadly ran into a migration error on my relatively new instance. Seems like a simple thing to fix.
Rolling back to the previous release seemed to work fine though π
4 Replies
Rip. Iβll look into it in the next day or so. Thatβs no good! Glad rolling back worked
I reproed it - working on a fix! Might happen today, might happen monday!
Hey @anon28410 - I just released again with a fix for the issue you were seeing!
https://github.com/get-convex/convex-backend/commit/6ac741e135c08e236d709943a441dd98628b6037 was the fix if you are curious. It affected existing deployments that had cron jobs (
crons.ts
) during upgrade.GitHub
Separate model code+types for migration 119 (#37598) Β· get-convex/...
Grab the old version of Cron Jobs code from back when migr 119 itself
ran. Bake it into history permanently. Will make sure migr always works.
This is to allow us to keep releasing self-hosted and...
Super-duper, tested and migrated without any problems. π The new version also seems to behave more intelligently on startup, I previously would get lots of console errors while it was in the "bootstrapping" stage - now everything seems to wait until the backend is actually ready to receive requests. Thanks for fixing so quickly.
yep - there were hundreds of changes made by tens of engineers - lots of improvements since march!