You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- refactor batch.Status to store which statuses have CloudWatch logs.
This introduces a backwards compatible API change.
- watch_job does not skip over cloud logs (#7)
- better handling of exceptions while print logs while watching a batch job
- bumping minor version as we have backwards incompatible change
* Improvements to watching Batch jobs
- refactor batch.Status to store which statuses have CloudWatch logs.
This introduces a backwards compatible API change.
- watch_job does not skip over cloud logs (#7)
- better handling of exceptions while print logs while watching a batch job
- bumping minor version as we have backwards incompatible change
Co-authored-by: Seth <[email protected]>
Currently, there's a race condition between the background thread printing the logs and the main thread waiting on status.
The text was updated successfully, but these errors were encountered: