Open eliel-ferreira opened 1 year ago
MessageJob::dispatch('some message')->delay(Carbon::now()->addSeconds(30));
I use these code and tried to make this message to consume after 30 seconds. But it doesn't work.
MessageJob::dispatch('some message')->delay(Carbon::now()->addSeconds(30));
I use these code and tried to make this message to consume after 30 seconds. But it doesn't work.