Attempt to move image processing to an eris-fleet service

This commit is contained in:
Essem 2021-07-05 19:20:21 -05:00
parent 736207075b
commit 97050f0cf1
No known key found for this signature in database
GPG key ID: 2502A99EDC3F6FB9
8 changed files with 302 additions and 306 deletions

View file

@ -1,6 +1,5 @@
require("dotenv").config();
const os = require("os");
//const { run } = require("../utils/image-runner.js");
const { Worker } = require("worker_threads");
const path = require("path");
const http = require("http");