Hi, I have a question about self hosting and whether prefect is the correct tool for the job. My team is distributed and we have high end desktops and some headless servers located at their homes and office locations. Generally speaking, the machines are not able to accept incoming connections because they sit behind firewalls or people's routers.
Is there a way that I can install some sort of daemon on these machines that fetches jobs from the que (hosted on prefect's cloud), they execute them, and then transmit the results back?
The problem we are trying to solve is that we have underutilized hardware at these locations, and I would like to try to use prefect as a way of making these resources available to whoever needs them on the team remotely in a relatively painless way.