{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":45144378,"defaultBranch":"main","name":"sidekiq-throttled","ownerLogin":"ixti","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-10-28T21:58:59.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/94782?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1712518871.0","currentOid":""},"activityList":{"items":[{"before":"26aa0582cff321a521169bd2157c63afffbc126e","after":null,"ref":"refs/heads/release-v-1-4-0","pushedAt":"2024-04-07T19:41:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ixti","name":"Alexey Zapparov","path":"/ixti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94782?s=80&v=4"}},{"before":"f6a7b0d7be88ed794f6396d911d22f2d3146caf1","after":"26aa0582cff321a521169bd2157c63afffbc126e","ref":"refs/heads/main","pushedAt":"2024-04-07T19:40:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ixti","name":"Alexey Zapparov","path":"/ixti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94782?s=80&v=4"},"commit":{"message":"Release v1.4.0","shortMessageHtmlLink":"Release v1.4.0"}},{"before":null,"after":"26aa0582cff321a521169bd2157c63afffbc126e","ref":"refs/heads/release-v-1-4-0","pushedAt":"2024-04-07T19:40:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ixti","name":"Alexey Zapparov","path":"/ixti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94782?s=80&v=4"},"commit":{"message":"Release v1.4.0","shortMessageHtmlLink":"Release v1.4.0"}},{"before":"f6a7b0d7be88ed794f6396d911d22f2d3146caf1","after":null,"ref":"refs/heads/fix-ci","pushedAt":"2024-04-07T19:38:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ixti","name":"Alexey Zapparov","path":"/ixti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94782?s=80&v=4"}},{"before":"3c1c54370093d266bdfaf66f91d1dd8ba296a67a","after":"f6a7b0d7be88ed794f6396d911d22f2d3146caf1","ref":"refs/heads/main","pushedAt":"2024-04-07T19:38:18.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ixti","name":"Alexey Zapparov","path":"/ixti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94782?s=80&v=4"},"commit":{"message":"chore: Update rubocop config","shortMessageHtmlLink":"chore: Update rubocop config"}},{"before":"c151789770958ab29d6431be832f0bbf60877463","after":"f6a7b0d7be88ed794f6396d911d22f2d3146caf1","ref":"refs/heads/fix-ci","pushedAt":"2024-04-07T19:35:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ixti","name":"Alexey Zapparov","path":"/ixti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94782?s=80&v=4"},"commit":{"message":"chore: Update rubocop config","shortMessageHtmlLink":"chore: Update rubocop config"}},{"before":"da30880044ffcb73b19951d5fb43dde837319c97","after":"c151789770958ab29d6431be832f0bbf60877463","ref":"refs/heads/fix-ci","pushedAt":"2024-04-07T19:33:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ixti","name":"Alexey Zapparov","path":"/ixti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94782?s=80&v=4"},"commit":{"message":"fix: DRY-up job class/args extraction\n\nRelated-PR: https://github.com/ixti/sidekiq-throttled/pull/184","shortMessageHtmlLink":"fix: DRY-up job class/args extraction"}},{"before":"f5cfcb8938030f789085fde2163ef9faeaa569f8","after":"da30880044ffcb73b19951d5fb43dde837319c97","ref":"refs/heads/fix-ci","pushedAt":"2024-03-16T03:36:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ixti","name":"Alexey Zapparov","path":"/ixti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94782?s=80&v=4"},"commit":{"message":"fix: DRY-up job class/args extraction\n\nRelated-PR: https://github.com/ixti/sidekiq-throttled/pull/184","shortMessageHtmlLink":"fix: DRY-up job class/args extraction"}},{"before":null,"after":"f5cfcb8938030f789085fde2163ef9faeaa569f8","ref":"refs/heads/fix-ci","pushedAt":"2024-03-16T03:32:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ixti","name":"Alexey Zapparov","path":"/ixti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94782?s=80&v=4"},"commit":{"message":"fix: DRY-up job class/args extraction\n\nRelated-PR: https://github.com/ixti/sidekiq-throttled/pull/184","shortMessageHtmlLink":"fix: DRY-up job class/args extraction"}},{"before":"1b71da2c8f6a9da79b33bc05eb8adf3f470f39e4","after":"3c1c54370093d266bdfaf66f91d1dd8ba296a67a","ref":"refs/heads/main","pushedAt":"2024-03-16T03:13:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ixti","name":"Alexey Zapparov","path":"/ixti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94782?s=80&v=4"},"commit":{"message":"Unwrap ActiveJob arguments (#184)\n\nWhen using the `concurrency` strategy with dynamic suffix, I'm getting\r\nthis error from `sidekiq-throttle`:\r\n\r\n`ArgumentError: wrong number of arguments (given 1, expected 2+)`\r\n\r\nThis happens because the `key_suffix` I'm using is not receiving the\r\nproper arguments. Consider this dummy job:\r\n\r\n```ruby\r\nclass TestJob < ActiveJob::Base\r\n include Sidekiq::Throttled::Job\r\n\r\n queue_as :default\r\n\r\n sidekiq_throttle(\r\n concurrency: {\r\n limit: 1,\r\n key_suffix: ->(job_class, index, *) { \"job_class:#{job_class}/index:#{index}\" },\r\n ttl: 1.hour.to_i\r\n }\r\n )\r\n\r\n def perform(job_class, index)\r\n puts \"Job Performed. job_class: #{job_class}, index: #{index}\"\r\n end\r\nend\r\n```\r\n\r\nThis follows the documentation, which states that `key_suffix` must\r\naccept the same parameters as the job. However, `sidekiq-throttle` fails\r\nto unwrap the `ActiveJob` arguments and instead it just calls the\r\n`:throttled?` and `:finalize!` methods passing them the arguments in\r\n`msg[\"args\"]`, which in `ActiveJob` is an array of JSON objects, like\r\nthis:\r\n\r\n```json\r\n{\r\n \"args\": [\r\n {\r\n \"job_class\": \"TestJob\",\r\n \"job_id\": \"96f6c127-1e0c-4d8c-bdaa-c934b5aaded7\",\r\n \"provider_job_id\": null,\r\n \"queue_name\": \"default\",\r\n \"priority\": null,\r\n \"arguments\": [\"TestJob\", 9],\r\n \"executions\": 0,\r\n \"exception_executions\": {},\r\n \"locale\": \"en\",\r\n \"timezone\": null,\r\n \"enqueued_at\": \"2024-03-15T11:31:11.464949297Z\",\r\n \"scheduled_at\": null\r\n }\r\n ]\r\n}\r\n```\r\n\r\nSome other methods in the `Concurrency` class like `:count` or `:reset!`\r\nalso call the `:key` method, so they are vulnerable to this error too.\r\nHowever, I haven't found any place in the code where these methods are\r\ncalled with any parameter.\r\n\r\nI wrote a very simple workaround that seems to work fine for my use\r\ncase, and the test suite passes.","shortMessageHtmlLink":"Unwrap ActiveJob arguments (#184)"}},{"before":"147598f6d60ac38c282ad68c4ec21abe3253d9c7","after":null,"ref":"refs/heads/dependabot/github_actions/codecov/codecov-action-4","pushedAt":"2024-02-03T21:56:13.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ixti","name":"Alexey Zapparov","path":"/ixti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94782?s=80&v=4"}},{"before":"6b60bdd8264dc41ab5d38f1c6d42a21ebc5ca215","after":"1b71da2c8f6a9da79b33bc05eb8adf3f470f39e4","ref":"refs/heads/main","pushedAt":"2024-02-03T21:56:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ixti","name":"Alexey Zapparov","path":"/ixti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94782?s=80&v=4"},"commit":{"message":"ci: bump codecov/codecov-action (#183)\n\nBumps\r\n[codecov/codecov-action](https://github.com/codecov/codecov-action) from\r\n3 to 4.\r\n
\r\nRelease notes\r\n

Sourced from codecov/codecov-action's\r\nreleases.

\r\n
\r\n

v4.0.0

\r\n

v4 of the Codecov Action uses the CLI as the\r\nunderlying upload. The CLI has helped to power new features including\r\nlocal upload, the global upload token, and new upcoming features.

\r\n

Breaking Changes

\r\n\r\n

v3 versions and below will not have access to CLI\r\nfeatures (e.g. global upload token, ATS).

\r\n

What's Changed

\r\n\r\n\r\n
\r\n

... (truncated)

\r\n
\r\n
\r\nChangelog\r\n

Sourced from codecov/codecov-action's\r\nchangelog.

\r\n
\r\n

4.0.0-beta.2

\r\n

Fixes

\r\n\r\n

4.0.0-beta.1

\r\n

v4 represents a move from the universal uploader to the\r\nCodecov CLI.\r\nAlthough this will unlock new features for our users, the CLI is not yet\r\nat feature parity with the universal uploader.

\r\n

Breaking Changes

\r\n\r\n

3.1.4

\r\n

Fixes

\r\n\r\n

Dependencies

\r\n\r\n

3.1.3

\r\n

Fixes

\r\n\r\n

Dependencies

\r\n\r\n

3.1.2

\r\n

Fixes

\r\n\r\n

Dependencies

\r\n\r\n\r\n
\r\n

... (truncated)

\r\n
\r\n
\r\nCommits\r\n\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=codecov/codecov-action&package-manager=github_actions&previous-version=3&new-version=4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"ci: bump codecov/codecov-action (#183)"}},{"before":null,"after":"147598f6d60ac38c282ad68c4ec21abe3253d9c7","ref":"refs/heads/dependabot/github_actions/codecov/codecov-action-4","pushedAt":"2024-02-01T17:37:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump codecov/codecov-action from 3 to 4\n\nBumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.\n- [Release notes](https://github.com/codecov/codecov-action/releases)\n- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: codecov/codecov-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump codecov/codecov-action from 3 to 4"}},{"before":null,"after":"a4f720b90da2030d4a8f180b29552679093420fc","ref":"refs/heads/v2.0.0-devel","pushedAt":"2024-01-26T23:13:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ixti","name":"Alexey Zapparov","path":"/ixti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94782?s=80&v=4"},"commit":{"message":"chore: Drop Sidekiq < 7.0.0 support","shortMessageHtmlLink":"chore: Drop Sidekiq < 7.0.0 support"}},{"before":"c0d58e16aee6722c5a5e309aad5b547bebcb9f7e","after":null,"ref":"refs/heads/simplify-pro-ci","pushedAt":"2024-01-26T23:06:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ixti","name":"Alexey Zapparov","path":"/ixti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94782?s=80&v=4"}},{"before":"b4027cc4836059d6a514a8b0d2022bb8f0a0f6af","after":"6b60bdd8264dc41ab5d38f1c6d42a21ebc5ca215","ref":"refs/heads/main","pushedAt":"2024-01-26T23:06:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ixti","name":"Alexey Zapparov","path":"/ixti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94782?s=80&v=4"},"commit":{"message":"ci: Refactor Sidekiq-Pro tests conditionals (#182)\n\nKudos to @mnovelo and @gstokkink for catching this and coming with\r\nproposals on fixes.\r\n\r\nCloses: https://github.com/ixti/sidekiq-throttled/pull/181\r\nRelated-To: https://github.com/ixti/sidekiq-throttled/pull/180\r\n\r\n---------\r\n\r\nSigned-off-by: Alexey Zapparov \r\nCo-authored-by: Mauricio Novelo <5916364+mnovelo@users.noreply.github.com>","shortMessageHtmlLink":"ci: Refactor Sidekiq-Pro tests conditionals (#182)"}},{"before":"085e9bbf9d57cfefb3c85a0ec99b75618dfbe90c","after":"c0d58e16aee6722c5a5e309aad5b547bebcb9f7e","ref":"refs/heads/simplify-pro-ci","pushedAt":"2024-01-26T23:06:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ixti","name":"Alexey Zapparov","path":"/ixti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94782?s=80&v=4"},"commit":{"message":"fix: Use original env in rake instead of unbundled","shortMessageHtmlLink":"fix: Use original env in rake instead of unbundled"}},{"before":"b24a55da177e9e039ae0d7eaa1cfd6457f2e8e2d","after":"085e9bbf9d57cfefb3c85a0ec99b75618dfbe90c","ref":"refs/heads/simplify-pro-ci","pushedAt":"2024-01-26T00:00:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ixti","name":"Alexey Zapparov","path":"/ixti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94782?s=80&v=4"},"commit":{"message":"ci: Refactor Sidekiq-Pro tests conditionals\n\nKudos to @mnovelo and @gstokkink for catching this and coming with\nproposals on fixes.\n\nCloses: https://github.com/ixti/sidekiq-throttled/pull/181\nRelated-To: https://github.com/ixti/sidekiq-throttled/pull/180\nCo-authored-by: Mauricio Novelo <5916364+mnovelo@users.noreply.github.com>\nSigned-off-by: Alexey Zapparov ","shortMessageHtmlLink":"ci: Refactor Sidekiq-Pro tests conditionals"}},{"before":"741152fee61157e5d039434279f2eaa05afe793c","after":"b24a55da177e9e039ae0d7eaa1cfd6457f2e8e2d","ref":"refs/heads/simplify-pro-ci","pushedAt":"2024-01-25T23:56:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ixti","name":"Alexey Zapparov","path":"/ixti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94782?s=80&v=4"},"commit":{"message":"Update spec/spec_helper.rb\n\nCo-authored-by: Mauricio Novelo <5916364+mnovelo@users.noreply.github.com>\nSigned-off-by: Alexey Zapparov ","shortMessageHtmlLink":"Update spec/spec_helper.rb"}},{"before":null,"after":"741152fee61157e5d039434279f2eaa05afe793c","ref":"refs/heads/simplify-pro-ci","pushedAt":"2024-01-25T15:21:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ixti","name":"Alexey Zapparov","path":"/ixti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94782?s=80&v=4"},"commit":{"message":"ci: Refactor Sidekiq-Pro tests conditionals\n\nKudos to @mnovelo and @gstokkink for catching this and coming with\nproposals on fixes.\n\nCloses: https://github.com/ixti/sidekiq-throttled/pull/181\nRelated-To: https://github.com/ixti/sidekiq-throttled/pull/180","shortMessageHtmlLink":"ci: Refactor Sidekiq-Pro tests conditionals"}},{"before":"a1052f0dcab1a2e0d244e7a465b6f50759657b49","after":null,"ref":"refs/heads/sidekiq-pro-support","pushedAt":"2024-01-20T02:56:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ixti","name":"Alexey Zapparov","path":"/ixti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94782?s=80&v=4"}},{"before":"6e25eb1ce7575887cc98b67693db60c6af327ef9","after":null,"ref":"refs/heads/super-fetch","pushedAt":"2024-01-20T02:56:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ixti","name":"Alexey Zapparov","path":"/ixti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94782?s=80&v=4"}},{"before":"c0a45359c2d7011354f41c638b816b2c66095434","after":null,"ref":"refs/heads/sidekiq-pro-super-fetch","pushedAt":"2024-01-20T02:56:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ixti","name":"Alexey Zapparov","path":"/ixti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94782?s=80&v=4"}},{"before":"3a447824e6d1f98aa60a59591343710337314321","after":null,"ref":"refs/heads/simplify-pro-ci","pushedAt":"2024-01-19T04:40:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ixti","name":"Alexey Zapparov","path":"/ixti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94782?s=80&v=4"}},{"before":"8dbc66d2e06db4d9c9eb119b9de615b24bbdf79c","after":"b4027cc4836059d6a514a8b0d2022bb8f0a0f6af","ref":"refs/heads/main","pushedAt":"2024-01-19T04:40:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ixti","name":"Alexey Zapparov","path":"/ixti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94782?s=80&v=4"},"commit":{"message":"ci: Run Sidekiq-Pro test suites if license present (#179)","shortMessageHtmlLink":"ci: Run Sidekiq-Pro test suites if license present (#179)"}},{"before":null,"after":"3a447824e6d1f98aa60a59591343710337314321","ref":"refs/heads/simplify-pro-ci","pushedAt":"2024-01-18T18:07:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ixti","name":"Alexey Zapparov","path":"/ixti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94782?s=80&v=4"},"commit":{"message":"ci: Run Sidekiq-Pro test suites if license present","shortMessageHtmlLink":"ci: Run Sidekiq-Pro test suites if license present"}},{"before":"659fdfa9b0ef420108dbdf32fd40654c583c8b33","after":"8dbc66d2e06db4d9c9eb119b9de615b24bbdf79c","ref":"refs/heads/main","pushedAt":"2024-01-18T17:13:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ixti","name":"Alexey Zapparov","path":"/ixti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94782?s=80&v=4"},"commit":{"message":"doc: Fix changelog link of v1.1.0\n\nSigned-off-by: Alexey Zapparov ","shortMessageHtmlLink":"doc: Fix changelog link of v1.1.0"}},{"before":"f0497a58066fb89b36cb586f6e4a3ec9e6aa37a1","after":"659fdfa9b0ef420108dbdf32fd40654c583c8b33","ref":"refs/heads/main","pushedAt":"2024-01-18T17:02:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ixti","name":"Alexey Zapparov","path":"/ixti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94782?s=80&v=4"},"commit":{"message":"Release v1.3.0","shortMessageHtmlLink":"Release v1.3.0"}},{"before":"6db52b7a7068f05a80854630a35cb526e3ba10bf","after":null,"ref":"refs/heads/release-1.3.0","pushedAt":"2024-01-18T17:01:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ixti","name":"Alexey Zapparov","path":"/ixti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94782?s=80&v=4"}},{"before":null,"after":"6db52b7a7068f05a80854630a35cb526e3ba10bf","ref":"refs/heads/release-1.3.0","pushedAt":"2024-01-18T17:01:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ixti","name":"Alexey Zapparov","path":"/ixti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/94782?s=80&v=4"},"commit":{"message":"Release v1.3.0","shortMessageHtmlLink":"Release v1.3.0"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEKkhN3wA","startCursor":null,"endCursor":null}},"title":"Activity · ixti/sidekiq-throttled"}