Skip to content

Commit

Permalink
feat: tasks queues and parallel multitasking
Browse files Browse the repository at this point in the history
  • Loading branch information
facugon committed Nov 18, 2021
1 parent e589d9b commit 0c2052b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions FacugonSG.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

export DEBUG='*eye*'
export NODE_ENV='production'
export THEEYE_SUPERVISOR_CLIENT_ID='b8f945743826bc430e354ada758768e4d60e764f'
export THEEYE_SUPERVISOR_CLIENT_SECRET='d1f1b76961e262cd2362ad6c99e23514cadb2b8c'
export THEEYE_SUPERVISOR_CLIENT_CUSTOMER='FacugonSG'
export THEEYE_SUPERVISOR_API_URL='https://supervisor.theeye.io'
export THEEYE_CLIENT_HOSTNAME='FacugonSG'
node --inspect=9003 core/main
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0",
"version": "1.2.0",
"name": "TheEye-Agent",
"description": "TheEye Agent - TheEye Client",
"author": "Facugon <facugon@interactar.com>",
Expand Down

0 comments on commit 0c2052b

Please sign in to comment.