stitchng / adonis-queue

An addon/plugin package to provide driver-based job queueing services in AdonisJS 4.0+
MIT License
34 stars 9 forks source link

released 0.1.5 #1

Closed leandrofinger closed 5 years ago

leandrofinger commented 5 years ago

Proposed changes

I was receiving the error that MakeJob can't be found when I tried to run make:job command, so I fixed the library path to this class. After that, running the same command, when I set the queue param it wrongly validates that 'high' value isn't valid.

Types of changes

What types of changes does your code introduce?

Checklist

stitchng commented 5 years ago

Your changes are well approved