vmware-archive / dispatch

Dispatch is a framework for deploying and managing serverless style applications.
http://dispatchframework.io
Apache License 2.0
532 stars 58 forks source link

Return wrong finishedTime without --wait flag when execute a function #627

Open pzmrzy opened 6 years ago

pzmrzy commented 6 years ago

Bug Report

When execute a function without --wait, it return wrong finishedTime.

Expected behavior

Not return finishedTime field or the finishedTime is Unknown

Current behavior

The finished time is -62135596800

Steps to reproduce

  1. Follow the quickstart guild
  2. Run dispatch exec hello-py --input '{"name": "Jon", "place": "Winterfell"}'

Impact