Skip to content

Commit c836df9

Browse files
committed
refactor worker_service into root
1 parent 8151506 commit c836df9

File tree

5 files changed

+4
-27
lines changed

5 files changed

+4
-27
lines changed

.devcontainer/devcontainer.json

-25
This file was deleted.

.dockerignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# ignore .git and .cache folders
22
.git
33
.cache
4+
.devcontainer
45
.vscode
56
.python_version
67
temp

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.mypy_cache/
33
*.csv
44
*.tar*
5+
.devcontainer
56
!mongodb.conf
67
__pycache__
78
.ipynb_checkpoints

configs/no_docker_pycron.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: worker_service
3434
description: worker service for batch job
3535
command: python
36-
arguments: trader/batch/worker_service.py start --config configs/trader.yaml --queue_name history
36+
arguments: worker_service.py start --config configs/trader.yaml --queue_name history
3737
start: "* * * * *"
3838
start_on_pycron_start: True
3939
restart_if_found: False
@@ -63,4 +63,4 @@ jobs:
6363
depends_on:
6464
- tws
6565
- trader_service
66-
delay: 5
66+
delay: 5
File renamed without changes.

0 commit comments

Comments
 (0)