Skip to content

Commit

Permalink
add asyncidal = FALSE back to mirai::daemon() call
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Sep 23, 2024
1 parent efb1f9b commit 378e3c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Description: In computationally demanding analysis projects,
'clustermq' by Schubert (2019) <doi:10.1093/bioinformatics/btz284>),
and 'batchtools' by Lang, Bischel, and Surmann (2017)
<doi:10.21105/joss.00135>.
Version: 0.9.5.9010
Version: 0.9.5.9011
License: MIT + file LICENSE
URL: https://wlandau.github.io/crew/, https://github.com/wlandau/crew
BugReports: https://github.com/wlandau/crew/issues
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# crew 0.9.5.9010 (development)
# crew 0.9.5.9011 (development)

* Give full worker name in the worker launch error message (@multimeric).
* Start the controller automatically in more methods.
Expand All @@ -14,6 +14,7 @@
* Use `path.expand()` on local log files.
* Switch to `Rscript`.
* Print session info from `crew_worker()` before attempting to dial into `mirai`.
* Add `asyncdial = FALSE` back to `mirai::daemon()` call.

# crew 0.9.5

Expand Down
1 change: 1 addition & 0 deletions R/crew_launcher.R
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ crew_class_launcher <- R6::R6Class(
(8L * as.integer(isTRUE(private$.garbage_collection)))
list(
url = socket,
asyncdial = FALSE,
autoexit = crew_terminate_signal(),
cleanup = cleanup,
output = TRUE,
Expand Down

0 comments on commit 378e3c1

Please sign in to comment.