MasoniteFramework / masonite

The Modern And Developer Centric Python Web Framework. Be sure to read the documentation and join the Discord channel for questions: https://discord.gg/TwKeFahmPZ
http://docs.masoniteproject.com
MIT License
2.21k stars 126 forks source link

Notification not queued #802

Closed riteshjha closed 3 weeks ago

riteshjha commented 6 months ago

Describe the bug

When notification inherit Queueable class then it should queue the notification as it describe in documents but it is not queuing it.

Expected behaviour

No response

Steps to reproduce the bug

  1. Create Notification class
  2. Inherit Queueable class in Notification class
  3. Now send the notification using user.notify()
  4. Check the jobs table it does not contains the notification as Queue job

Screenshots

No response

OS

macOS

OS version

14.4.1

Browser

Chrome

Masonite Version

4.6.1

Anything else ?

No response