VEuPathDB / lib-compute-platform

Async compute platform core.
1 stars 0 forks source link

Job executor factory should take queue name for additional context. #11

Closed Foxcapades closed 2 years ago

Foxcapades commented 2 years ago

Implementers/consumers of the library will likely want to use a queue per job-type, which would make the ID of the target queue for the job an important detail when deciding what executor implementation to provide.

Foxcapades commented 2 years ago

Closed by #12