Skip to content
New issue

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

Apoc.periodic.submit procedure was entered with no errors thrown but the procedure did not go through. #695

Open
FaezSubmarine opened this issue Dec 2, 2024 · 1 comment

Comments

@FaezSubmarine
Copy link

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)

CALL apoc.periodic.submit(
  "create-person",
  "CREATE (:Person {name: 'Michael Hunger'})"
);

Steps (Mandatory)

  1. Write any queries that would cause a change in the database(Create, set, delete, etc) in the apoc.periodic.submit() with the name as any strings.
  2. Observe changes(or lack thereof)

Specifications (Mandatory)

Currently used versions

Versions

  • OS: Windows
  • Neo4j: 5.25-Aura
  • Neo4j-Apoc: 5.25.1
@gem-neo4j
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants