Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. sleep-echo-workflow
  2. ===================
  3.  
  4. This directory contains a tool and workflow to stress test calrissian managing lots of parallel tasks in kubernetes
  5.  
  6. The workflow takes 3 inputs:
  7.  
  8. - loops: int, a number of loops to run inside each step
  9. - delay: float, a number of seconds to sleep in between each loop iteration
  10. - messages: string[], an array of messages to scatter to individual steps
  11.  
  12. If your messages array contains 100 items, the workflow will scatter the sleep-echo tool 100 times
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement