0.0.8 • Published 2 years ago

node.js-laravel-job-pusher v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

!!! THIS PACKAGE IS UNDER DEVELOPMENT AND IS NOT READY TO USE YET !!!

Node.js-Laravel-Job-Pusher

A library to make pushing Laravel jobs to the Redis easier.

How does it work?

The library serializes the given parameters, adds the necessary attributes to make it a Laravel job and pushes it to the Horizon's Redis queue.

Optionally, you could only use the LaravelJob class to create a serialized job and send it with your own functions.

Troubleshooting

  • Your Laravel jobs must be stored in the app/jobs/ directory.
  • Your queue name should match with your Laravel project's queue name.

Please report bugs here

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago