-
Notifications
You must be signed in to change notification settings - Fork 42
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
Star/unstar sources using general queue #412
Comments
Currently we do a |
For the purposes of this ticket which is just scoped to moving these starring operations to the queue, I think continuing to do the sync after success is best (while #69 also exists regarding changing that behavior, in the interest of keeping changes small, I think doing them as separate tickets is best). If your idea is a single |
Now we are using the same general queue for update_star method on sources.
Now we are using the same general queue for update_star method on sources.
Similar to #389: we should add
StarSourceJob
andUnstarSourceJob
objects which are ran in the general queueThe text was updated successfully, but these errors were encountered: