π Whatβs Changed
This release adds new functionality to the pglombardo/pwpush
container. It now runs the worker processes to periodically run required background tasks.
If you are currently using the Beta pwpush-worker
container, you can either remove that container entirely or set PWP__NO_WORKER=true
in the pwpush
container to disable the background workers added in this release.
Read more in the Background Tasks documentation.
- Bundled Worker with Automatic Recurring Background Jobs (#3183) @pglombardo
- Run Background Worker in Core Container (#3170) @pglombardo
- Add Purge Unattached Blobs Job (#3171) @pglombardo
π₯ List of contributors
π₯οΈ Docker Images
Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush
πββοΈ Run This Version
docker run -d -p 5100:5100 pglombardo/pwpush:1.53.0
..and go to http://localhost:5100