SEAPUNK / jobber

Simple job queue.
1 stars 0 forks source link

job mergability #4

Closed SEAPUNK closed 8 years ago

SEAPUNK commented 8 years ago

In manager.create(), I am documenting the function, and explaining the options.mergable property.

Here's the question: When is a job mergable?


Do we even do job merging like this? We could just do a job search API, and create handlers from those IDs. There really probably is no reason or rhyme for job mergability.

SEAPUNK commented 8 years ago

Yeah, just search for a job, and create handlers from it.