-
Notifications
You must be signed in to change notification settings - Fork 21.9k
[RF DOCS] Add documentation for perform_all_later
to Active Job Basics guide [ci-skip]
#51004
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
carlosantoniodasilva
merged 39 commits into
rails:main
from
bhumi1102:bhumi-guides-active-job
Feb 19, 2024
Merged
[RF DOCS] Add documentation for perform_all_later
to Active Job Basics guide [ci-skip]
#51004
carlosantoniodasilva
merged 39 commits into
rails:main
from
bhumi1102:bhumi-guides-active-job
Feb 19, 2024
Conversation
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
Co-authored-by: Carlos Antonio da Silva <carlosantoniodasilva@gmail.com>
Co-authored-by: Carlos Antonio da Silva <carlosantoniodasilva@gmail.com>
…into bhumi-guides-active-job
Co-authored-by: Carlos Antonio da Silva <carlosantoniodasilva@gmail.com>
Co-authored-by: Carlos Antonio da Silva <carlosantoniodasilva@gmail.com>
Co-authored-by: Carlos Antonio da Silva <carlosantoniodasilva@gmail.com>
Co-authored-by: Carlos Antonio da Silva <carlosantoniodasilva@gmail.com>
Co-authored-by: Carlos Antonio da Silva <carlosantoniodasilva@gmail.com>
Co-authored-by: Carlos Antonio da Silva <carlosantoniodasilva@gmail.com>
Co-authored-by: Carlos Antonio da Silva <carlosantoniodasilva@gmail.com>
p8
reviewed
Feb 8, 2024
p8
reviewed
Feb 8, 2024
mflores88
reviewed
Feb 8, 2024
xuanxu
reviewed
Feb 9, 2024
tjschuck
reviewed
Feb 9, 2024
bensheldon
reviewed
Feb 10, 2024
Co-authored-by: Petrik de Heus <petrik@deheus.net>
Co-authored-by: Juanjo Bazán <jjbazan@gmail.com>
Co-authored-by: Juanjo Bazán <jjbazan@gmail.com>
Co-authored-by: Juanjo Bazán <jjbazan@gmail.com>
Co-authored-by: T.J. Schuck <tj@tjschuck.com>
Co-authored-by: T.J. Schuck <tj@tjschuck.com>
…into bhumi-guides-active-job
Follow-up of 6bec976.
Ridhwana
pushed a commit
to Ridhwana/rails
that referenced
this pull request
Mar 7, 2024
…ics guide [ci-skip] (rails#51004) Add documentation related to perform_all_later for bulk enqueuing jobs. Co-authored-by: Carlos Antonio da Silva <carlosantoniodasilva@gmail.com>
viralpraxis
pushed a commit
to viralpraxis/rails
that referenced
this pull request
Mar 24, 2024
…ics guide [ci-skip] (rails#51004) Add documentation related to perform_all_later for bulk enqueuing jobs. Co-authored-by: Carlos Antonio da Silva <carlosantoniodasilva@gmail.com>
fractaledmind
pushed a commit
to fractaledmind/rails
that referenced
this pull request
May 13, 2024
…ics guide [ci-skip] (rails#51004) Add documentation related to perform_all_later for bulk enqueuing jobs. Co-authored-by: Carlos Antonio da Silva <carlosantoniodasilva@gmail.com>
xjunior
pushed a commit
to xjunior/rails
that referenced
this pull request
Jun 9, 2024
…ics guide [ci-skip] (rails#51004) Add documentation related to perform_all_later for bulk enqueuing jobs. Co-authored-by: Carlos Antonio da Silva <carlosantoniodasilva@gmail.com>
yoones
pushed a commit
to yoones/rails
that referenced
this pull request
Mar 6, 2025
…ics guide [ci-skip] (rails#51004) Add documentation related to perform_all_later for bulk enqueuing jobs. Co-authored-by: Carlos Antonio da Silva <carlosantoniodasilva@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
Add documentation related to
perform_all_later
for bulk enqueuing jobs.Testing
Tested the new method in-app using sidekiq locally. Also tested documentation by running
guides:generate
,guides:validate
andguides:lint
locally.