lykmapipo / kue-scheduler

A job scheduler utility for kue, backed by redis and built for node.js
246 stars 47 forks source link

Add config for NOT setting expiry notification config #18

Closed KeKs0r closed 8 years ago

KeKs0r commented 8 years ago

I am using kue-scheduler in a cloud environment where my actual client has no access to use the config command.

I have manually enabled the expiration events, but I can't prevent kue scheduler to still try to do it.

I have added an option to createQueue in order to skip it.

I was also thinking to completely removing it, but that would probably be a BC. I feel like the script should not always set the config, but it should be manually done as stated in the installation instructions.

lykmapipo commented 8 years ago

@KeKs0r

:+1:

lykmapipo commented 8 years ago

@KeKs0r

I will prepare release by end of tomorrow for patches i have collected so far.

KeKs0r commented 8 years ago

@lykmapipo : Bump for the release :D

lykmapipo commented 8 years ago

@KeKs0r

Am on it...