https://prefect.io logo
t

Thomas Borgen

09/24/2020, 7:08 PM
Hi, looking into Prefect now and I’m falling in love. I have a question regarding subscribing to Queues like GCP-PubSub, RabbitMQ, etc. Subscribing and reacting when something is put on the queue is very convenient for a lot of usecases. Does Prefect have some sort of subscriber functionality?
marvin 1
We don’t have any prebuilt job queue subscribers, but the GraphQL API should solve your usecase!
t

Thomas Borgen

09/24/2020, 8:07 PM
Tyvm, I’ll try that! Are subscriber function in the pipeline? base subscriber that could end up being all sort of things like sftp pollers, filesystem pollers, queue subscribers, etc.
d

Dylan

09/24/2020, 8:12 PM
Definitely feel free to open an issue for the one you’re looking for! We’d definitely look for a way to accept this kind of contribution