Skip to content

Commit

Permalink
关闭队式服务器docker调用 (#1278)
Browse files Browse the repository at this point in the history
* 关闭队式服务器docker调用

* 关闭队式服务器docker调用
  • Loading branch information
xiangmy21 authored Jun 23, 2023
1 parent d2b07ed commit fe6bda3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import http from "http";
import mongoose from "mongoose";
import app from "./app";
import { GraphQLClient } from "graphql-request";
// import { queue_element } from "./helpers/docker_queue";
import { queue_element } from "./helpers/docker_queue";
// import docker_cron from "./helpers/docker_queue";

dotenv.config();
Expand Down Expand Up @@ -45,7 +45,7 @@ export const client = new GraphQLClient(
}
);

// export const docker_queue: queue_element[] = [];
export const docker_queue: queue_element[] = [];
// export const docker_queue: queue_element[] = JSON.parse(
// fs.readFileSync("/data/queue_data.json").toString()
// );
Expand Down

0 comments on commit fe6bda3

Please sign in to comment.