Commit Graph

33 Commits

Author SHA1 Message Date
32fb6a92f5 better fix for the worker doctype
use the queue's doctype if one is not provided. also adds the option to the readme
2017-05-23 18:11:16 -07:00
d4f24182b4 use the queue doctype in the worker by default
allow the user to override the setting
2017-05-23 18:11:16 -07:00
bbd82a1de1 replace lodash methods with local helpers 2017-02-28 14:48:23 -07:00
2753986038 remove the timeout param from ping 2016-10-19 13:39:22 -07:00
83f267a028 add dateSeparator on index creation 2016-08-22 11:11:57 -07:00
b916d1352a rename client creation module 2016-07-21 14:31:15 -07:00
40d67829c8 pass the entire queue to the Job instance 2016-07-11 15:48:08 -07:00
c6986e3677 move constants to lib root 2016-07-11 15:48:04 -07:00
3934f0cd1b update emit calls with constants 2016-07-08 18:00:04 -07:00
d2e843f05b collect indexSettings on queue creation, pass to job and use at index creation 2016-06-28 18:29:56 -07:00
0020050f3f use contants for defaults, use a common doctype
add tests, update readme
2016-05-12 11:48:54 -07:00
a4323433f2 remove use of var 2016-05-11 10:58:21 -07:00
f5bf40cf71 prefix all the debugger namespaces 2016-05-05 11:41:57 -07:00
4318bd672f slim down the lodash dependencies 2016-05-04 13:28:07 -07:00
5efccc4435 rename project to esqueue 2016-05-03 16:30:54 -07:00
f1dc6e60dc make workers private, add getter, add destroy test 2016-04-25 17:00:37 -07:00
eb033d9676 queue should track and tear down workers, with tests 2016-04-25 16:36:21 -07:00
6ff2f2cb99 rename add to addJob 2016-04-25 15:30:17 -07:00
b907c0ed71 add optional debugging output 2016-04-25 10:52:58 -07:00
730ec68bfa change the job scontructor, update tests 2016-04-22 17:03:10 -07:00
a3a0c2b261 add index creation to init tasks 2016-04-22 16:50:41 -07:00
1b5f2af004 add a worker module 2016-04-18 16:39:35 -07:00
4416a5508d cleanup, job property storage 2016-04-18 16:39:07 -07:00
a002271e26 don't track jobs internally
it'll likely make more sense to just look them up at request time
2016-04-18 14:54:49 -07:00
9f495c7791 add job object, and tests 2016-04-15 16:51:56 -07:00
600f2eb529 make index the first param 2016-04-15 16:05:43 -07:00
facf8d89e3 add create_client tests 2016-04-14 17:45:32 -07:00
d0abad344a add default setting values 2016-04-14 17:01:50 -07:00
981bf09aab remove Joi validation, add createClient, update tests 2016-04-14 16:57:28 -07:00
992810d90c rename helper path 2016-04-14 15:33:17 -07:00
b0e0f9452b refactor - move validation into new module 2016-04-14 15:28:42 -07:00
5619612943 update constructor, add option validation tests 2016-04-14 15:04:49 -07:00
252f72a948 inital boilerplate checkin 2016-04-13 17:09:08 -07:00