We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
That the query written within the procedure would be executed in the background.
The query did not execute at all.
CALL apoc.periodic.submit( "create-person", "CREATE (:Person {name: 'Michael Hunger'})" );
Currently used versions
The text was updated successfully, but these errors were encountered:
Hi there! This query worked for me on those versions, do you have any more information? Can you see anything in the debug log or query logs about it?
Sorry, something went wrong.
No branches or pull requests
Expected Behavior (Mandatory)
That the query written within the procedure would be executed in the background.
Actual Behavior (Mandatory)
The query did not execute at all.
How to Reproduce the Problem
Simple Dataset (where it's possible)
Steps (Mandatory)
Specifications (Mandatory)
Currently used versions
Versions
The text was updated successfully, but these errors were encountered: