Skip to content
New issue

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

v1.4.1 submit cron job can't run #221

Open
xinmans opened this issue Sep 17, 2023 · 1 comment
Open

v1.4.1 submit cron job can't run #221

xinmans opened this issue Sep 17, 2023 · 1 comment
Labels
insufficient info No action would be taken until more info is provided

Comments

@xinmans
Copy link

xinmans commented Sep 17, 2023

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"]

@my8100
Copy link
Owner

my8100 commented Sep 17, 2023

Can you provide some logs and screenshots to show “not run in time”?
Did you try the same operation outside docker?

@my8100 my8100 added the insufficient info No action would be taken until more info is provided label Sep 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
insufficient info No action would be taken until more info is provided
Projects
None yet
Development

No branches or pull requests

2 participants