广告账号绑定即时同步账号
This commit is contained in:
parent
ed937585db
commit
b1003d65fc
@ -316,7 +316,7 @@ class GoogleOAuthService
|
||||
// $options = ['to' => 'tom@gmail.com', 'content' => 'hello'];
|
||||
// 投递消息
|
||||
// Redis::send($queue, $options['data']);
|
||||
QueueClient::send($queue, $options,10); //异步投递 延后15秒
|
||||
QueueClient::send($queue, $options); //异步投递 延后15秒
|
||||
// 投递延迟消息,消息会在60秒后处理
|
||||
// Redis::send($queue, $options['data'], 60);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user