2023-04-07 bugfix release #83
Replies: 1 comment
-
running Plan: 16 to add, 0 to change, 0 to destroy. |
Beta Was this translation helpful? Give feedback.
-
running Plan: 16 to add, 0 to change, 0 to destroy. |
Beta Was this translation helpful? Give feedback.
-
Yesterday we updated FarmVibes.AI with fixes to the both the backend and the client library. With these fixes, workflow management will make more sense now. We also added a new feature that will improve quality of life when running FarmVibes.AI: the ability to resubmit workflows for execution! Below you will find a summary of all changes.
As usual, if you already have cloned the repository:
should fetch the new code. We recommend an update of the library and images with:
Please let us know if you have any issues.
Notebooks
Client
FarmvibesAiClient().resubmit_run(run_id)
) or directly through the run object (VibeWorkflowRun().resubmit()
).CLI
Backend
BaseVibe
) that don't require a geometry and a time range to be processed by the system.DEBUG
toINFO
, potentially reducing the amount of disk space used in user deployments.Known Issues
farmvibes-ai.sh stop
followed by a call tofarmvibes-ai.sh start
) might fail, and may require a call tofarmvibes-ai.sh restart
to restore cluster state. This happens because the kubernetes implementation we use reports deployments being in theReady
state without that being the case. We are investigating how that can be fixed.Beta Was this translation helpful? Give feedback.
All reactions