How to configure worker to delete expired files? #2769
-
I added pwpusher-worker on my docker and looks that's OK, I can now see "Background Jobs" on my admin dashboard, but I do not know how to make it works to expires and delete expired files pushed. What am I missing? There is any documentation regarding this? Thanks a lot and regards |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hi @ivancarlosti - the background jobs are automatic and are scheduled to run every 4 hours I believe. When running You can also manually trigger job runs with v1.48.2. I put together docs on this last night: |
Beta Was this translation helpful? Give feedback.
-
My Recurring tasks is empty, maybe I missed something :/ My compose:
|
Beta Was this translation helpful? Give feedback.
-
You got it!!! Thank you!!! That's my new docker compose, I also forgot to add
Thanks a lot!! |
Beta Was this translation helpful? Give feedback.
BTW you should also mount the
settings.yml
in the worker container:target: /opt/PasswordPusher/config/settings.yml