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 nf-float v0.4.3 #88

Merged
merged 1 commit into from
Aug 16, 2024
Merged

Add nf-float v0.4.3 #88

merged 1 commit into from
Aug 16, 2024

Conversation

jealous
Copy link
Contributor

@jealous jealous commented Aug 15, 2024

Upgrade nf-float plugin to 0.4.3. This version includes a fix that sometimes the job status in MMC is not updated to Nextflow properly.

The root cause is that we depend on a full job list for individual job status update. But sometimes the full poll doesn't take place or doesn't finish in time.

The fix is to create the status entry for each job in the plugin right after we submit a job to MMC.

Regression test has been run with nf-core/rnaseq test profile on MMC.

The change is available at:
MemVerge/nf-float#74

Upgrade nf-float plugin to 0.4.3. This version includes a fix that
sometimes the job status in MMC is not updated to Nextflow properly.

The root cause is that we depend on a full job list for individual
job status update.  But sometimes the full poll doesn't take place
or doesn't finish in time.

The fix is to create the status entry for each job in the plugin
right after we submit a job to MMC.

The change is available at:
MemVerge/nf-float#74
@pditommaso pditommaso merged commit 60af6c0 into nextflow-io:main Aug 16, 2024
1 check passed
@jealous jealous deleted the release/0.4.3 branch August 16, 2024 17:13
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.

3 participants