GothenburgBitFactory / bugwarrior

Pull github, bitbucket, and trac issues into taskwarrior
http://pypi.python.org/pypi/bugwarrior
GNU General Public License v3.0
736 stars 209 forks source link

Feature request: create RabbitMQ-support for queuing tasks. #771

Closed StephanMeijer closed 2 years ago

StephanMeijer commented 3 years ago

Also see #770.

ryneeverett commented 3 years ago

Can you give an example use case?

StephanMeijer commented 3 years ago

For example IOT where I want to queue tasks

ryneeverett commented 3 years ago

So you're suggesting we queue tasks from the taskwarrior database to be consumed by some component of an iot infrastructure?

StephanMeijer commented 3 years ago

Nope, For example:

When my camera triggers, it could send the pictures to my AI. If my AI thinks there is a cat present, it could queue a task: Remove cat from kitchen

I'd like a system where Bugwarrior can empty the queue and import new tasks.

ryneeverett commented 3 years ago

Wouldn't it be simpler to use your proposed HTTP API and have the server serving that endpoint consume and aggregate the queue rather than teaching bugwarrior to consume the queue?

ryneeverett commented 2 years ago

I'm going to close this for now in the absence of a compelling argument that this functionality should be included in the scope of this project.