Sign inSign up

itsb/plotly

By itsb

Updated over 9 years ago

demo plotly concurrency issue and patch

Image
0

986

itsb/plotly repository overview

Demonstration of plot.ly concurrency issue

# no concurrency issue (single-threaded)
docker run -it --rm itsb/plotly parallel -j1 /plotly.offline.example.py ::: {1..100}

# major concurrency issues (100 parallel jobs)
docker run -it --rm itsb/plotly parallel -j100 /plotly.offline.example.py ::: {1..100}

Tag summary

Content type

Image

Digest

Size

42.6 MB

Last updated

over 9 years ago

docker pull itsb/plotly