-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Fix delayed job errors related to reactions #1621 #1883
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
benhalpern
merged 19 commits into
forem:master
from
lightalloy:bug/fix-delayed-job-errors-reactions
Feb 28, 2019
Merged
Fix delayed job errors related to reactions #1621 #1883
benhalpern
merged 19 commits into
forem:master
from
lightalloy:bug/fix-delayed-job-errors-reactions
Feb 28, 2019
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
b73963d
to
2d59a8b
Compare
benhalpern
approved these changes
Feb 28, 2019
Glennmen
added a commit
to Glennmen/dev.to
that referenced
this pull request
Feb 28, 2019
* master: Fix delayed job errors related to reactions forem#1621 (forem#1883) Change OP to AUTHOR (forem#1919) add username to author info (forem#1912) Add test for validation badge image (forem#1909) [ci skip] Adjust article ranking algorithm to use crossposted_at where available (forem#1917) Remove unused Follow methods (forem#1915) [ci skip] Fix linting issues in app/views/dashboards (forem#1854) [ci skip] Add OP badge on comments (forem#461) Fix settings/mentorship SyntaxError (forem#1913) Fix linting issues in app/views/users (forem#1908) Fix linting issues in app/views/stripe_subscriptions (forem#1905) [ci skip] Fix linting issues in app/views/podcast_episodes (forem#1898) [ci skip] Fix linting issues in app/views/moderations (forem#1900) [ci skip] Fix linting issues in app/views/reading_list_items (forem#1902) [ci skip] Fix linting issues for app/views/tags (forem#1906) [ci skip] Fix linting issues in app/views/pages (forem#1897) Fix linting issues in app/views/social_previews (forem#1903) [ci skip] Fix linting issues for app/views/stories (forem#1904) [ci skip] Fix linting issues for app/views/html_variants (forem#1872) [ci skip] Add missing argument for reaction notification (forem#1901)
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.
Fix
Delayed::DeserializationError: ActiveRecord::RecordNotFound
related to destroyedReaction
s .I kept the old methods
#touch_user_without_delay
,#update_reactable_without_delay
,#occasionally_sync_reaction_counts
,#bust_reactable_cache_without_delay
which were used before, in case there will be jobs, which were created but were not executed by the deploy time.