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
The pwpush-worker docker container image is out (quietly). Once it stabilizes, get enough feedback and write documentation I'll make a larger announcement.
tldr on how to run: just run with the same environment as the pwpush container. It will automatically run periodic background jobs. A dashboard to view executions is in progress in #2638
The application can preemptively expire and clean up pushes. This is done daily on pwpush.com in a hacky automated fashion.
The two tasks are (run from the command line):
rake daily_expiration
rake delete_expired_and_anonymous
We can add the automated run of these tasks by adding cron to the Docker containers and using the whenever gem to schedule the daily task.
The text was updated successfully, but these errors were encountered: