lykmapipo / kue-scheduler

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

Update expiry key validator regex #70

Closed fennecbutt closed 7 years ago

fennecbutt commented 7 years ago
lykmapipo commented 7 years ago

@fennecbutt Thanks for the PR.

I saw you are using string template. Can we use normal string concatenation until we are sure that most of user have already upgrade to latest node version.

lykmapipo commented 7 years ago

@fennecbutt CI is failing cause of string template.

fennecbutt commented 7 years ago

Yeah, I'll change from templated strings back to regular old strings in a sec. I've just gotten into the habit of using 'em. 😄

lykmapipo commented 7 years ago

@fennecbutt Thanks.

lykmapipo commented 7 years ago

@fennecbutt Thanks. I will work on release