Skip to content

Commit

Permalink
Avoid applying metadata before Hasura is ready
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavotrott committed Sep 14, 2023
1 parent e29d2d7 commit 6132656
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ case "$1" in
systemctl enable bbb-graphql-server.service
systemctl daemon-reload
startService bbb-graphql-server || echo "bbb-graphql-server service could not be registered or started"
sleep 2 #Avoid applying metadata before Hasura is ready

# Apply BBB metadata in Hasura
cd /usr/share/bbb-graphql-server
Expand Down

0 comments on commit 6132656

Please sign in to comment.