Rocketseat / adonis-bull

The easiest way to start using an asynchronous job queue with AdonisJS. Ready for Adonis v5 ⚡️
MIT License
308 stars 57 forks source link

fix: Default options #70

Closed HigoRibeiro closed 3 years ago

HigoRibeiro commented 3 years ago

Changes proposed

this PR makes the option defined in the Job to be sent to the bull.

Additional context

Closes: #64 This PR Resolves OSS-78