Skip to content

Commit

Permalink
fix #153: AsyncResult is not serializable to json
Browse files Browse the repository at this point in the history
  • Loading branch information
vlagorsse authored and fridex committed Jun 1, 2021
1 parent 33dede9 commit 00cc2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selinon/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def _do_run_flow(kwargs, queue):
trace_msg = {
'flow_name': kwargs["flow_name"],
'node_args': kwargs["node_args"],
'dispatcher_id': dispatcher_id,
'dispatcher_id': str(dispatcher_id),
'queue': queue,
'selective': kwargs.get("selective"),
}
Expand Down

0 comments on commit 00cc2e2

Please sign in to comment.