tractr / directus-sync

A CLI tool for synchronizing the schema and configuration of Directus across various environments.
GNU General Public License v3.0
241 stars 10 forks source link

Freeze when pushing, how to debug? #30

Closed notflip closed 8 months ago

notflip commented 8 months ago

I'm trying to push my schema, that I've just pulled, and my server seems to freeze up. I've tried pushes before with other schemas, and it takes a few seconds for info to start showing in the console, however with this schema there's never info in the console and my CPU stays at 100%

Screenshot 2024-02-11 at 16 35 12

I'm using docker, with this command docker exec -ti directus-docker-directus-1 npx directus-sync push

Any idea how I can debug this? Thanks

EdouardDem commented 8 months ago

Hi @notflip, I've never seen that. Can you share the docker configuration and/or the schemas ?

EdouardDem commented 8 months ago

I'm closing this issue as there has been no activity for several weeks.