You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:Idea:
Upon any BTU Task document
save()
, call the pickler and pass the Task ID. Make sure it returns a success.The text was updated successfully, but these errors were encountered: