Rick Lamers
userdir/
- massive increase in performance (no more daemon ).
• Individual SQLite databases merged into central Postgres service - improved concurrency across services.
• Introduced migrations for schema changes to improve updating experience.
• Improved Orchest SDK robustness in error handling.
• Various small fixes and changes.
Update to v0.4.1
Because of the changes, some of you might experience permission issues with the userdir/. To fix them please run the following command (from the orchest/
repo directory):
sudo chown -R $USER:$USER userdir/
sudo chmod -R g+rwxs userdir/
Happy holidays everyone! 🎄