https://www.prisma.io/ logo
Join Slack
Powered by
# prisma-whats-new
  • m

    matty

    11/15/2017, 8:12 AM
    maybe try
    ps ax | grep graphcool
    to see if the process is still running in the background?
  • m

    meikoudras

    11/15/2017, 8:13 AM
    no i mean…the file stops growing when i kill the deploy
  • m

    meikoudras

    11/15/2017, 8:13 AM
    but it doesnt ever seems to finish
  • n

    nilan

    11/15/2017, 8:13 AM
    are you storing the Graphcool service in its own directory?
  • m

    meikoudras

    11/15/2017, 8:13 AM
    yes
  • n

    nilan

    11/15/2017, 8:14 AM
    and the node_modules only contains dependencies for your Graphcool functions?
  • m

    meikoudras

    11/15/2017, 8:15 AM
    yes
  • m

    meikoudras

    11/15/2017, 8:15 AM
    node_modules is about 30 MB in size
  • n

    nilan

    11/15/2017, 8:17 AM
    ok sounds like an unintended endless loop of some sort. do you have any 'exotic' package in your dependencies? exotic in the way it is being exported/imported
    m
    • 2
    • 15
  • n

    nilan

    11/15/2017, 8:17 AM
    or maybe there are circular symlinks
  • m

    matty

    11/15/2017, 8:29 AM
    are you using yarn workspaces or other tools that create symlinks, maybe lerna?
  • m

    meikoudras

    11/15/2017, 8:38 AM
    im using yarn but not workspaces
  • m

    meikoudras

    11/15/2017, 8:39 AM
    removed all dependencies and added only one function with 0 dependencies. And it still happens
  • m

    matty

    11/15/2017, 8:46 AM
    hmm did you upgrade to latest graphcool?
  • m

    matty

    11/15/2017, 8:46 AM
    0.9.2
  • m

    matty

    11/15/2017, 8:46 AM
    @nilan reply to my email 😉
  • m

    meikoudras

    11/15/2017, 8:46 AM
    yeah..tried 0.9.0, 0.9.1 and 0.9.2
  • m

    matty

    11/15/2017, 8:47 AM
    hmm what about when you graphcool init a new project?
  • m

    matty

    11/15/2017, 8:47 AM
    try to create a new project + target outside with the latest graphcool and see if it happens there
  • m

    matty

    11/15/2017, 8:47 AM
    if not, then it must be something to do with your project
  • m

    meikoudras

    11/15/2017, 8:47 AM
    yeah..will try that in a bit
  • n

    nilan

    11/15/2017, 8:50 AM
    can you prepare a minimal reproduction and share it on Github? 🙂 this doesn't sound to be related to the state of the remote service, but rather caused by something in the bundling process
  • m

    meikoudras

    11/15/2017, 8:51 AM
    It seems to be related to something with my machine. So I don’t know if the repro will help. But will try
  • m

    meikoudras

    11/15/2017, 8:59 AM
    hmm..but what is weird that 0.8.0 is the version that worked for me before. but now that doesn’t work either.
  • m

    meikoudras

    11/15/2017, 9:33 AM
    ok i found what caused it
  • m

    meikoudras

    11/15/2017, 9:33 AM
    but i have no idea why would that happen
  • m

    meikoudras

    11/15/2017, 9:33 AM
    i had a .log file of one of the functions (gitignored) in the project directory
  • m

    meikoudras

    11/15/2017, 9:33 AM
    and when I deleted it..it deployed instantl
  • m

    meikoudras

    11/15/2017, 9:33 AM
    y
  • n

    nilan

    11/15/2017, 9:34 AM
    how big was that file?
1...428429430...637Latest