Skip to content

Commit

Permalink
migration
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Jan 28, 2025
1 parent 9445428 commit db3c0fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions R/crew_controller_aws_batch.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,16 @@ crew_controller_aws_batch <- function(
crew::crew_deprecate(
name = "retry_tasks",
date = "2025-01-27",
version = "0.0.7.9000",
version = "0.0.8",
alternative = "none",
condition = "message",
value = retry_tasks
)
crew::crew_deprecate(
name = "crashes_error",
date = "2025-01-27",
version = "0.0.7.9000",
alternative = "none",
version = "0.0.8",
alternative = "crashes_max",
condition = "message",
value = crashes_error
)
Expand Down
2 changes: 1 addition & 1 deletion R/crew_launcher_aws_batch.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ crew_launcher_aws_batch <- function(
name = "crashes_error",
date = "2025-01-27",
version = "0.0.8",
alternative = "crashes_error",
alternative = "crashes_max",
condition = "message",
value = crashes_error
)
Expand Down

0 comments on commit db3c0fa

Please sign in to comment.