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
GlobalProcedures produces immutable snapshots #21568
.. of the available procedures. These are updated on every modification to the ProcedureRegistry (~56 of those during a normal startup), and are thus fairly costly. Since this adds time mainly to the boot-up process, it is unlikely to cause any substantial issues.
This commit will introduce a "breaking" change for apoc-extended. If the user registers a procedure with apoc.custom.declareProcedure, and attempts to use it in the same transaction, where it would previously work(-ish) it will now fail since the procedure snapshot will not be updated for an ongoing transaction.
We need to update the docs accordingly.
The text was updated successfully, but these errors were encountered:
See the commit message of the PR:
We need to update the docs accordingly.
The text was updated successfully, but these errors were encountered: