We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
submit cron job successfully but not run in time, seems a bug, please test and check
Dockerfile:
FROM python:3.6-slim
ENV DEBIAN_FRONTEND noninteractive
RUN apt update && apt install git -y
RUN mkdir /app WORKDIR /app
COPY requirements.txt .
RUN python3 -m pip install -r requirements.txt
RUN python3 -m pip install --upgrade git+https://github.com/my8100/scrapydweb.git
ENTRYPOINT ["scrapydweb"]
The text was updated successfully, but these errors were encountered:
Can you provide some logs and screenshots to show “not run in time”? Did you try the same operation outside docker?
Sorry, something went wrong.
No branches or pull requests
submit cron job successfully
but not run in time, seems a bug, please test and check
Dockerfile:
FROM python:3.6-slim
ENV DEBIAN_FRONTEND noninteractive
RUN apt update && apt install git -y
RUN mkdir /app
WORKDIR /app
COPY requirements.txt .
RUN python3 -m pip install -r requirements.txt
RUN python3 -m pip install --upgrade git+https://github.com/my8100/scrapydweb.git
ENTRYPOINT ["scrapydweb"]
The text was updated successfully, but these errors were encountered: