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
[info] [2024-11-23 01:11:00] [scrape:amazon]: Year "2015" done. Skipping to next year
[info] [2024-11-23 01:11:01] [scrape:amazon]: Recurring activated. Not terminating. Waiting for next run.
C:\Users\XXXX
I am unsure if what I am trying to do is possible - but this is what I am trying to do:
Have the script run once a day (0 1 * * *) and with the first run download all invoices and once that is done run once a day and only download new invoices.
Thank you!
The text was updated successfully, but these errors were encountered:
maxkostas
changed the title
Docudiggers exits although recurring should be active
Docudigger exits although recurring should be active
Nov 23, 2024
Hello!
I have an issue in the docker image in which the docudigger exist although recurring is active.
Here is my docker file:
I would assume that with the above setup it should run every 10 minutes. However once the first run is done it exists with:
I have also tried it directly with NPM and it seems that the same behaviour also occurs there:
docudigger scrape amazon --username "XXXX" --password "XXXX" --fileDestinationFolder="C:\Users\XXX\Meine Ablage\PDF\Amazon\XXXX" --logPath="C:\test" --logLevel="debug" --recurringCron="0 1 * * *" --recurring --onlyNew
I am unsure if what I am trying to do is possible - but this is what I am trying to do:
Have the script run once a day (0 1 * * *) and with the first run download all invoices and once that is done run once a day and only download new invoices.
Thank you!
The text was updated successfully, but these errors were encountered: