UNCLASSIFIED

Commit 7fd622df authored by Michael Uranaka's avatar Michael Uranaka
Browse files

updating local loop script

parent 43d78d8a
Pipeline #270012 passed with stages
in 4 minutes and 49 seconds
......@@ -10,7 +10,7 @@ while true; do
# apply the redis commands to block-pop
# grep out the actual job payload, and
# write it to the json-object.json file
redis-cli -h localhost < redis-cmds | \
redis-cli -h localhost -p 6379 < redis-cmds | \
grep 'ActiveJob::QueueAdapters::SidekiqAdapter::JobWrapper' > \
json-object.json
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment