Put SMS messages in a separate sending queue.
This commit is contained in:
parent
bad382e2f3
commit
e72be42eff
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ public class SmsSendJob extends SendJob {
|
|||
private static Job.Parameters constructParameters(@NonNull Recipient destination) {
|
||||
return new Job.Parameters.Builder()
|
||||
.setMaxAttempts(MAX_ATTEMPTS)
|
||||
.setQueue(destination.getId().toQueueKey())
|
||||
.setQueue(destination.getId().toQueueKey() + "::SMS")
|
||||
.addConstraint(NetworkOrCellServiceConstraint.KEY)
|
||||
.build();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue