break service http into its own queue
This commit is contained in:
parent
0bd13ec106
commit
fd9d1332fc
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
module Jobs
|
||||
class PostToServices
|
||||
@queue = :http
|
||||
@queue = :http_service
|
||||
def self.perform(user_id, post_id, url)
|
||||
user = User.find_by_id(user_id)
|
||||
post = Post.find_by_id(post_id)
|
||||
|
|
|
|||
Loading…
Reference in a new issue