Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Queue slack notification #12

Open
bobinwood opened this issue Feb 15, 2019 · 1 comment
Open

Queue slack notification #12

bobinwood opened this issue Feb 15, 2019 · 1 comment

Comments

@bobinwood
Copy link

Is it possible to queue the slack notifications ?

@suwdo
Copy link

suwdo commented May 21, 2020

You should be able to create a queued job that sends the notification. Something like this in the queued job:

public function handle()
{
    Slack::to('#channel')->send('message');
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants