You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right now there is a problem after restarting/pausing the docker container.
Since "last_item" (and perhaps also "url") is not stored in an external database/file, the script just stops working after a restart of the docker container.
Therefore, there would need to be a .db-file, in which the last id's and given url's are stored to continue the job after a restart, if these are empty and initialization was done beforehand.
The text was updated successfully, but these errors were encountered:
Hi,
right now there is a problem after restarting/pausing the docker container.
Since "last_item" (and perhaps also "url") is not stored in an external database/file, the script just stops working after a restart of the docker container.
Therefore, there would need to be a .db-file, in which the last id's and given url's are stored to continue the job after a restart, if these are empty and initialization was done beforehand.
The text was updated successfully, but these errors were encountered: