Skip to content

Instantly share code, notes, and snippets.

@ridwanbejo
Created June 12, 2020 11:43
Show Gist options
  • Save ridwanbejo/dd407ad155c27270e2c01f6aa673640f to your computer and use it in GitHub Desktop.
Save ridwanbejo/dd407ad155c27270e2c01f6aa673640f to your computer and use it in GitHub Desktop.
laravel-queue-sqs - queue-test.sh
#!/bin/bash
sleep 5
for i in {1..10}
do
curl -XGET http://localhost:8000/test-queue
echo "";
sleep 1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment