We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Because of paws-r/paws#721, the log() method of the monitor currently does not use pagination. When that issue is fixed, I will replace this:
log()
crew.aws.batch/R/crew_aws_batch_monitor.R
Lines 753 to 759 in cf88f67
with this:
pages <- paws.common::paginate( client$get_log_events( logGroupName = private$.log_group, logStreamName = log_stream_name, startFromHead = start_from_head ) )
and test it with this:
crew.aws.batch/tests/monitor/test-jobs.R
Lines 87 to 129 in 06f92d5
The text was updated successfully, but these errors were encountered:
4d87dc7
No branches or pull requests
Because of paws-r/paws#721, the
log()
method of the monitor currently does not use pagination. When that issue is fixed, I will replace this:crew.aws.batch/R/crew_aws_batch_monitor.R
Lines 753 to 759 in cf88f67
with this:
and test it with this:
crew.aws.batch/tests/monitor/test-jobs.R
Lines 87 to 129 in 06f92d5
The text was updated successfully, but these errors were encountered: