TEST Removing all streaming for now 3
TEST • Removing: - all streaming for now 3 from post status
This commit is contained in:
parent
574b45e04b
commit
2c8b4f7fb4
|
@ -116,7 +116,7 @@ class PostStatusService < BaseService
|
|||
|
||||
def postprocess_status!
|
||||
LinkCrawlWorker.perform_async(@status.id)
|
||||
DistributionWorker.perform_async(@status.id)
|
||||
# DistributionWorker.perform_async(@status.id)
|
||||
ExpiringStatusWorker.perform_at(@status.expires_at, @status.id) if @status.expires_at && @account.is_pro
|
||||
PollExpirationNotifyWorker.perform_at(@status.poll.expires_at, @status.poll.id) if @status.poll
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue