Skip to content

Catch and return bot errors to client

finn requested to merge finn/84-bot-errors into master

Description

Bots should return stderr and stdout to the client.

Changes proposed in this merge request:

  • Return stderr and stdout to the client
  • Lease.status will be non-zero if the bot raises exception
  • Will not store result in ActionCache if Lease.status is non-zero.

This merge request, when approved, will close issue/bug:

#84 (closed)

Edited by finn

Merge request reports