make listener robust to bad data
This commit is contained in:
@@ -5,4 +5,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||
COPY scheduler/ ./scheduler
|
||||
COPY models/ ./models
|
||||
ENV PYTHONPATH=/app
|
||||
CMD ["python", "scheduler/scheduler.py"]
|
||||
CMD ["python", "-m", "scheduler.scheduler"]
|
||||
|
||||
Reference in New Issue
Block a user