Created
October 24, 2017 17:11
-
-
Save gregblake/28179d2d5032723e6be4a240f428ff79 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ```bash | |
| 13:02 $ be cap production resque:pool:status | |
| 00:00 resque:pool:status | |
| --> production-nitro-task1: 558 | |
| --> production-nitro-task5: 34795 | |
| --> production-nitro-task2: 43016 | |
| --> production-nitro-task7: 10935 | |
| --> production-nitro-task6: 19400 | |
| --> production-nitro-task3: 15424 | |
| 00:01 resque:pool:training:status | |
| --> training-nitro-task1: 47102 | |
| ✔ ~/code/nitro-web [fix/s3_signatures_with_special_chars_in_the_file_name|⚑ 161] | |
| 13:05 $ be cap production resque:pool:status | |
| 00:00 resque:pool:status | |
| --> production-nitro-task2: 43016 | |
| --> production-nitro-task5: 34795 | |
| --> production-nitro-task7: 10935 | |
| --> production-nitro-task6: 19400 | |
| --> production-nitro-task1: 23599 | |
| --> production-nitro-task3: 15424 | |
| 00:01 resque:pool:training:status | |
| --> training-nitro-task1: 6403 | |
| ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment