Comment by mind-blight 1 year ago I think graphile worker is Node only. This project is for Python. 1 comment mind-blight Reply pestaa 1 year ago There is experimental support for arbitrary executables:https://worker.graphile.org/docs/tasks#loading-executable-fi...But you can use a thin JS wrapper to make shell calls from Node. Slightly inconvenient, but works well for my use case.
pestaa 1 year ago There is experimental support for arbitrary executables:https://worker.graphile.org/docs/tasks#loading-executable-fi...But you can use a thin JS wrapper to make shell calls from Node. Slightly inconvenient, but works well for my use case.
There is experimental support for arbitrary executables:
https://worker.graphile.org/docs/tasks#loading-executable-fi...
But you can use a thin JS wrapper to make shell calls from Node. Slightly inconvenient, but works well for my use case.