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

Change default directory for Flow.runFlow #198

Open
sir4ur0n opened this issue Oct 27, 2021 · 0 comments
Open

Change default directory for Flow.runFlow #198

sir4ur0n opened this issue Oct 27, 2021 · 0 comments

Comments

@sir4ur0n
Copy link
Contributor

Currently Flow.runFlow uses /tmp/funflow/store/ as default directory.

As discussed over Slack this has a couple of limitations:

  • this is out of the working directory, which may be a surprising side effect
  • this can lead to conflicts / weird behaviors if 2 concurrent or parallel Funflow runs interact with it

I suggest we change it to the current working directory, e.g. $(pwd)/tmp/funflow/store/.

@dorranh @GuillaumeDesforges

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

No branches or pull requests

1 participant