Replies: 1 comment 3 replies
-
|
I see, thanks. That |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
crewversion 1.3.0 (next release) will be interoperable withmiraiin the persistent worker case. Anycrewcontroller with custom compute profile support (releases forthcoming forcrew.clusterandcrew.aws.batch) will be able to launch workers thatmiraican use for other workflows. Reprex forpurrr:Created on 2025-09-12 with reprex v2.1.1
The above might be enough because autoscaling might not be useful for
purrrortidymodels. If I'm wrong and auto-scaling would be useful, then the pattern might look something like this:controller$autoscale()schedules a self-renewinglatercommand that runs auto-scaling (viacontroller$scale()). The above code currently hangs though. To activatecrew's auto-scaling,purrr::map()would need a way to calllater::run_now()at intervals on the custom loop thatcontroller$autoscale()registers.Beta Was this translation helpful? Give feedback.
All reactions