Trouble Diagnosing Interruption Causes in Effect Typescript

fun.. im in the boat of a startup Interruption happening because of some error, but the Cause not helping me to narrow it down 😦 there goes my afternoon 😄
[12:21:50.135] WARN (#32): Interruptted
  {
    _id: 'Cause',
    _tag: 'Parallel',
    left: {
      _id: 'Cause',
      _tag: 'Sequential',
      left: {
        _id: 'Cause',
        _tag: 'Sequential',
        left: {
          _id: 'Cause',
          _tag: 'Sequential',
          left: {
            _id: 'Cause',
            _tag: 'Sequential',
            left: {
              _id: 'Cause',
              _tag: 'Sequential',
              left: [Object],
              right: [Object]
            },
            right: {
              _id: 'Cause',
              _tag: 'Sequential',
              left: [Object],
              right: [Object]
            }
          },
          right: {
            _id: 'Cause',
            _tag: 'Sequential',
            left: { _id: 'Cause', _tag: 'Empty' },
            right: { _id: 'Cause', _tag: 'Interrupt', fiberId: [Object] }
          }
        },
        right: {
          _id: 'Cause',
          _tag: 'Sequential',
          left: { _id: 'Cause', _tag: 'Empty' },
          right: {
            _id: 'Cause',
            _tag: 'Interrupt',
            fiberId: {
              _id: 'FiberId',
              _tag: 'Runtime',
              id: 104,
              startTimeMillis: 1739445710106
            }
          }
        }
      },
      right: {
        _id: 'Cause',
        _tag: 'Sequential',
        left: { _id: 'Cause', _tag: 'Empty' },
        right: {
          _id: 'Cause',
          _tag: 'Interrupt',
          fiberId: {
            _id: 'FiberId',
            _tag: 'Runtime',
            id: 104,
            startTimeMillis: 1739445710106
          }
        }
      }
    },
    right: {
      _id: 'Cause',
      _tag: 'Sequential',
      left: { _id: 'Cause', _tag: 'Empty' },
      right: {
        _id: 'Cause',
        _tag: 'Interrupt',
        fiberId: {
          _id: 'FiberId',
          _tag: 'Runtime',
          id: 32,
          startTimeMillis: 1739445710000
        }
      }
    }
  }
Was this page helpful?