Running Oban workers on nodes without database connection

Is it possible?

I am working on a system that has to execute jobs on nodes in geographically distributed regions. The jobs by themselves do not need database connection

In short, no, it’s not possible. However, you could use FLAME from a central location with a database connection to run the function on servers in other regions.

2 Likes

Thank you.