Replies: 1 comment 1 reply
-
|
Possible. You'd need to look at the code. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use notifiers to publish messages for task start/success/failure to SQS. I can't seem to get the task end_date on success messages.
I get a message back like this:
Is it possible the callback is fired before the end_date is set on the task_instance? Or am I doing something stupid.
Beta Was this translation helpful? Give feedback.
All reactions