You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a script has an error, we should rollback the eventually changes made to cassandra to the version before the execution. This is also important because we retry scripts in case Spark has some not managed errors #57. Anyway in case of errors, the script should stop immediately and avoid writing anything on the database (e.g., maybe number_of_process_instances does write anyway).
The text was updated successfully, but these errors were encountered:
If a script has an error, we should rollback the eventually changes made to cassandra to the version before the execution. This is also important because we retry scripts in case Spark has some not managed errors #57. Anyway in case of errors, the script should stop immediately and avoid writing anything on the database (e.g., maybe
number_of_process_instances
does write anyway).The text was updated successfully, but these errors were encountered: