Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • P pypushflow
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • workflow
  • pypushflow
  • Merge requests
  • !20

Merged
Created Oct 01, 2021 by Wout De Nolf@denolfOwner

Resolve "Errors in pythonactor result handler is not properly handled"

  • Overview 0
  • Commits 1
  • Pipelines 2
  • Changes 1

Closes #9 (closed)

In our last tests, the exception we got from putting data in mongo (a bug which has been fixed elsewhere) was not visible. This was because exceptions in async callbacks are not captured anywhere. This MR captures all exceptions in PythonActor.resultHandler and PythonActor.errorHandler and handles them appropriately.

Edited Oct 01, 2021 by Wout De Nolf
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: 9-errors-in-pythonactor-result-handler-is-not-properly-handled