fission / fission-workflows

Workflows for Fission: Fast, reliable and lightweight function composition for serverless functions
Apache License 2.0
371 stars 42 forks source link

Add workqueue to Invocation Controller #192

Closed xiekeyang closed 6 years ago

xiekeyang commented 6 years ago

This introduce a workqueue structure from k8s client, which support thread safety object adding and polling reading.

xiekeyang commented 6 years ago

fixed from log.Fatal to log.Error, thanks.

xiekeyang commented 6 years ago

@erwinvaneyk You really propose a nice way. Fixed it.

erwinvaneyk commented 6 years ago

LGTM 👍 Will merge into the eval-heap branch so we can run CI properly