Skip to content

[bug] Test pickler upon Save #5

Description

@brian-pond

Problem

If a Task has malformed function arguments, that can shatter the pickler at runtime. Your task will not fire. And the only logs will be held by the btu-daemon itself on the Linux host.

For example, the dictionary below is missing a comma , after False on line 2:

{
"supplier_key": "SUP-MAKR-0029",
"test_mode": False
"bcc": "michael@foo.com, shelby@foo.com, brian@datahenge.com"
}

Idea:

Upon any BTU Task document save(), call the pickler and pass the Task ID. Make sure it returns a success.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions