Created
August 7, 2023 09:02
-
-
Save danishsatkut/1c43401588f45368569499c3eae2982b to your computer and use it in GitHub Desktop.
sidekiq-throttled@e5ac585
This file contains 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
2023-08-07T08:56:37.049Z pid=3981 tid=511 INFO: Booted Rails 7.0.6 application in development environment | |
2023-08-07T08:56:37.049Z pid=3981 tid=511 INFO: Running in ruby 3.1.4p223 (2023-03-30 revision 957bb7cb81) [x86_64-linux] | |
2023-08-07T08:56:37.049Z pid=3981 tid=511 INFO: See LICENSE and the LGPL-3.0 for licensing details. | |
2023-08-07T08:56:37.049Z pid=3981 tid=511 INFO: Upgrade to Sidekiq Pro for more features and support: https://sidekiq.org | |
2023-08-07T08:56:37.049Z pid=3981 tid=511 INFO: Sidekiq 7.1.1 connecting to Redis with options {:size=>10, :pool_name=>"internal", :url=>nil} | |
2023-08-07T08:56:37.052Z pid=3981 tid=511 INFO: Sidekiq 7.1.1 connecting to Redis with options {:size=>5, :pool_name=>"default", :url=>nil} | |
2023-08-07T08:56:37.052Z pid=3981 tid=511 INFO: Starting processing, hit Ctrl-C to stop | |
2023-08-07T08:56:47.776Z pid=3981 tid=ggt class=SampleJob jid=2cc5d10e1526cfea570e63e2 INFO: start | |
2023-08-07T08:56:47.777Z pid=3981 tid=gh5 class=SampleJob jid=4c1521a726ae6c9f2c0f11af INFO: start | |
2023-08-07T08:56:47.778Z pid=3981 tid=gf9 class=SampleJob jid=8bc2e65eb63c70193207c96a INFO: start | |
2023-08-07T08:56:47.778Z pid=3981 tid=gex class=SampleJob jid=ddb15e9e98ee78a093f1e6af INFO: start | |
2023-08-07T08:56:47.779Z pid=3981 tid=gfl class=SampleJob jid=ab14eca37a01d5a76bae80c4 INFO: start | |
Processing #0 | |
Processing #1 | |
Processing #2 | |
Processing #3 | |
Processing #4 | |
Done #0 | |
2023-08-07T08:56:57.819Z pid=3981 tid=ggt class=SampleJob jid=2cc5d10e1526cfea570e63e2 elapsed=10.043 INFO: done | |
2023-08-07T08:56:57.820Z pid=3981 tid=ggt class=SampleJob jid=32489e1425bf8e6c85b108b6 INFO: start | |
Processing #5 | |
Done #1 | |
2023-08-07T08:56:57.837Z pid=3981 tid=gh5 class=SampleJob jid=4c1521a726ae6c9f2c0f11af elapsed=10.061 INFO: done | |
Done #2 | |
2023-08-07T08:56:57.842Z pid=3981 tid=gf9 class=SampleJob jid=8bc2e65eb63c70193207c96a elapsed=10.064 INFO: done | |
Done #3 | |
2023-08-07T08:56:57.845Z pid=3981 tid=gex class=SampleJob jid=ddb15e9e98ee78a093f1e6af elapsed=10.068 INFO: done | |
Done #4 | |
2023-08-07T08:56:57.848Z pid=3981 tid=gfl class=SampleJob jid=ab14eca37a01d5a76bae80c4 elapsed=10.069 INFO: done | |
Done #5 | |
2023-08-07T08:57:07.825Z pid=3981 tid=ggt class=SampleJob jid=32489e1425bf8e6c85b108b6 elapsed=10.004 INFO: done | |
2023-08-07T08:57:07.825Z pid=3981 tid=gfl class=SampleJob jid=9c90f06ccd133ba39eb04e68 INFO: start | |
Processing #7 | |
Done #7 | |
2023-08-07T08:57:17.867Z pid=3981 tid=gfl class=SampleJob jid=9c90f06ccd133ba39eb04e68 elapsed=10.042 INFO: done | |
2023-08-07T08:57:17.867Z pid=3981 tid=gex class=SampleJob jid=ac350b3418ba5e1a7cfd08af INFO: start | |
Processing #6 | |
Done #6 | |
2023-08-07T08:57:27.881Z pid=3981 tid=gex class=SampleJob jid=ac350b3418ba5e1a7cfd08af elapsed=10.014 INFO: done | |
2023-08-07T08:57:27.881Z pid=3981 tid=gfl class=SampleJob jid=b371ff28e2d21fda40cd4107 INFO: start | |
Processing #8 | |
Done #8 | |
2023-08-07T08:57:37.888Z pid=3981 tid=gfl class=SampleJob jid=b371ff28e2d21fda40cd4107 elapsed=10.006 INFO: done | |
2023-08-07T08:57:37.888Z pid=3981 tid=ggt class=SampleJob jid=52c2fe608c6c11a1f67a15c8 INFO: start | |
Processing #9 | |
Done #9 | |
2023-08-07T08:57:47.892Z pid=3981 tid=ggt class=SampleJob jid=52c2fe608c6c11a1f67a15c8 elapsed=10.004 INFO: done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment