scrapy / scrapyd

A service daemon to run Scrapy spiders
https://scrapyd.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
2.96k stars 570 forks source link

jobs not being removed from running status #435

Closed skagrawal10 closed 1 year ago

skagrawal10 commented 2 years ago

Hi,

I am encountering one weird issue. When I am running docker container on my local instance, things are working fine but when I am running docker container on Google CloudRun, jobs are not being removed from "Running" status, though they are finished. I am not seeing any other errors from Scrapyd either. I am not using any kind drivers etc here. Any thoughts here will greatly appreciate.

jpmckinney commented 2 years ago

Can you describe the precise steps to reproduce? I have not used Google CloudRun.

jpmckinney commented 1 year ago

Closing as no response.