neurobagel / recipes

Configuration files for a Neurobagel deployment.
MIT License
0 stars 0 forks source link

[BUG] adding new data `LOCAL_GRAPH_DATA` does not get uploaded to graph on stack restart #54

Closed surchs closed 6 months ago

surchs commented 6 months ago

Is there an existing issue for this?

Expected Behavior

expect: new data is now in the graph / queryable

Current Behavior

data does not appear in the graph / is not queryable

Error message

none that I can see.

Environment

No response

How to reproduce

  1. clone recipe, follow setup (i.e. change query url in .env), deploy full_stack, run a query against local node
  2. shut the stack down
  3. add a new .jsonld file in the data upload directory LOCAL_GRAPH_DATA
  4. restart the stack
  5. new dataset won't be visible in the query

Anything else?

No response

surchs commented 6 months ago

we think this wait-check breaks

https://github.com/neurobagel/recipes/blob/f7715a2eeee84b83e83139407151eafe86f80104/scripts/setup.sh#L7-L9

for one of two (or both) reasons

so effectively the re-upload gets stuck

neurobagel-bot[bot] commented 3 months ago

:rocket: Issue was released in v0.0.1 :rocket: