Skip to content

v1.53.0: New Bundled Background Workers

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Mar 22:35
· 292 commits to refs/heads/master since this release
134fae7

📝 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.

👥 List of contributors

@pglombardo

🛥️ 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

🔗 Useful Links