Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P pypushflow
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • 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

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

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Wout De Nolf requested to merge 9-errors-in-pythonactor-result-handler-is-not-properly-handled into main Oct 01, 2021
  • 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
Reviewers
Request review from
Time tracking
Source branch: 9-errors-in-pythonactor-result-handler-is-not-properly-handled