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

Add note to document watchPath incompatibility with cloud URIs #5712

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

theJasonFan
Copy link

Changes:

  • Updates docs, adding a note to document watchPath incompatibility with cloud URIs.

@theJasonFan theJasonFan requested a review from a team as a code owner January 24, 2025 22:33
Copy link

netlify bot commented Jan 24, 2025

Deploy Preview for nextflow-docs-staging ready!

Name Link
🔨 Latest commit 6593a2a
🔍 Latest deploy log https://app.netlify.com/sites/nextflow-docs-staging/deploys/679415384486820008957579
😎 Deploy Preview https://deploy-preview-5712--nextflow-docs-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -508,6 +508,11 @@ that it will cause your pipeline to run forever. Consider using the `take` or `u
a certain condition is met (e.g. after receiving 10 files, receiving a file named `DONE`).
:::

:::{note}
The `channel.watchPath` relies on the Java file watch API which and POSIX notify events.
As such, `channel.watchPath` may not work with NFS network mounts and will not work for cloud provider URIs (e.g. `s3://.../*.txt`).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the issue with NFS?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Per Paulo's comment here: #1061 (comment)

Perhaps there is something better than "may not work"... it may depend on specific implementations. Unfortunately, I don't have many systems to test specific scenarios.

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

Successfully merging this pull request may close these issues.

2 participants