Clayton Collie

Results 24 comments of Clayton Collie

What fields should be available to search ? Would this include the job data ?

I don't have a solution (yet), but I can help if you need something in the shorter term. i did something roughly related for another project: [redis-timeseries-stream](https://github.com/ccollie/redis-timeseries-stream), and I have...

@rosslavery how would that verification process look ? I guess there would be a dialog where you could look up a job by Id ?

With your volume of jobs the most efficient route would be something written in `lua`. Keep in mind that `lua` does'nt use `posix` regexes, so there may be compromises depending...

Final question (maybe). What's an example search you'd like to run against this ? Feel free to express it in `js` or as a `mongo` style query.

I see. That's much more straightforward than what I'm working on, but I'll go ahead and support a simple text search over `job.data`. Unfortunately I'm not sure how much bandwidth...

I wrote this specifically for a monitoring library I'm writing specifically for `bullmq`, so it may not work for `bull`. Essentially it implements a `mongo` compatible query library in `lua`...

I know this is years late, but i've started a fork using https://github.com/lukechilds/keyv

I'm working on another dashboard specifically for Bull 4. It's taking a bit longer than I expected because of expanded goals (realtime monitoring and alerting). I'm looking at about a...

In addition, and maybe as a step toward tree-likee data, would be simple nested tables ?