Skip to content

Allow _create_log_stream to fail

Zehao Chen requested to merge zchen723/logstream-non-fatal into master

Before raising this MR, consider whether the following are required, and complete if so:

  • Unit tests
  • Metrics
  • Documentation update(s)

Description

In BotInstance, allow _create_log_stream to fail when scheduling a job.

LogStream should be in the non-fatal path and the job can be scheduled and executed.

Merge request reports